This repository was archived by the owner on Nov 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
134 lines (134 loc) · 3.27 KB
/
plugin.json
File metadata and controls
134 lines (134 loc) · 3.27 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "basic-commands",
"type": "MessageHandler",
"description": "Basic commands for AKP48.",
"main": "main.js",
"commands": {
"commits": {
"helpText": "Gets the URL to see this project's commits.",
"perms": []
},
"contributors": {
"helpText": "Gets the URL to see the contributors to this project.",
"perms": []
},
"credits": {
"helpText": "Gets the URL to this project's credits.",
"perms": []
},
"daft": {
"helpText": "Asks someone if they're daft.",
"usageText": "[noun]",
"perms": []
},
"dice": {
"helpText": "Rolls dice.",
"usageText": "[rolls] [sides]",
"perms": []
},
"dotafreeheroes": {
"helpText": "Lists the current free hero rotation in DOTA2.",
"perms": []
},
"getchar": {
"helpText": "Gets a Unicode character from a character code.",
"usageText": "<charcode...>",
"perms": []
},
"getchar": {
"helpText": "Gets the instance ID of the current ServerConnector instance.",
"usageText": "",
"perms": []
},
"howsitfeel": {
"helpText": "Tells you how it feels.",
"perms": []
},
"issues": {
"helpText": "Gets the URL to this project's GitHub Issues.",
"perms": []
},
"license": {
"helpText": "Gets the URL to this project's LICENSE.",
"perms": []
},
"lmgtfy": {
"helpText": "Helps you Google things.",
"perms": []
},
"me": {
"helpText": "Send an emote as the bot.",
"usageText": "<action>",
"perms": [
"basic-commands.me",
"basic-commands.op",
"AKP48.owner",
"AKP48.op"
]
},
"ping": {
"helpText": "Pong.",
"perms": []
},
"pullrequests": {
"helpText": "Gets the URL to this project's pull requests.",
"perms": []
},
"reconnect": {
"helpText": "Disconnect and reconnect to the current server.",
"usageText": "[message...]",
"perms": [
"basic-commands.reconnect",
"basic-commands.op",
"AKP48.owner",
"AKP48.op"
]
},
"reload": {
"helpText": "Reloads the bot without shutting down.",
"perms": [
"basic-commands.reload",
"basic-commands.op",
"AKP48.owner",
"AKP48.op"
]
},
"sendalert": {
"helpText": "Manually send an alert to all alert channels.",
"usageText": "<alert text...>",
"perms": [
"basic-commands.sendalert",
"basic-commands.op",
"AKP48.owner",
"AKP48.op"
]
},
"shutdown": {
"helpText": "Shuts down the bot.",
"usageText": "[message]",
"perms": [
"basic-commands.shutdown",
"basic-commands.op",
"AKP48.owner",
"AKP48.op"
]
},
"source": {
"helpText": "Gets the URL to this project's source code on GitHub.",
"perms": []
},
"trello": {
"helpText": "Gets the URL to this project's Trello page.",
"perms": []
},
"uptime": {
"helpText": "Tells you how long the bot has been running.",
"usageText": "[timezone]",
"perms": []
},
"version": {
"helpText": "Tells you what version the bot is running on.",
"perms": []
}
}
}