-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
29 lines (29 loc) · 1012 Bytes
/
plugin.json
File metadata and controls
29 lines (29 loc) · 1012 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "discord",
"version": "0.1.0",
"author": "GoCodeAlone",
"description": "Discord messaging, bots, and voice",
"type": "external",
"tier": "community",
"license": "MIT",
"minEngineVersion": "0.1.0",
"keywords": ["discord", "messaging", "bot", "voice", "chat"],
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-discord",
"repository": "https://github.com/GoCodeAlone/workflow-plugin-discord",
"capabilities": {
"moduleTypes": ["discord.provider"],
"stepTypes": [
"step.discord_send_message",
"step.discord_send_embed",
"step.discord_edit_message",
"step.discord_delete_message",
"step.discord_add_reaction",
"step.discord_upload_file",
"step.discord_create_thread",
"step.discord_voice_join",
"step.discord_voice_leave",
"step.discord_voice_play"
],
"triggerTypes": ["trigger.discord"]
}
}