-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathapp.json
More file actions
74 lines (74 loc) · 2.03 KB
/
Copy pathapp.json
File metadata and controls
74 lines (74 loc) · 2.03 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
{
"name":"BanUtil",
"description":"A very simple self hosted moderation bot.",
"repository":"https://github.com/MacDue/BanUtil",
"logo":"https://dueutil.tech/img/BanUtil.png",
"keywords":[
"discord",
"discord-bot",
"moderation-bot"
],
"env":{
"TOKEN":{
"description":"A discord bot token.",
"value":"PLEASE PUT VALID BOT TOKEN HERE"
},
"MOD_ROLE_ID":{
"description":"The role id of your moderator role.",
"value":"MOD ROLE ID HERE"
},
"CAN_BAN_ROLE_ID":{
"description":"The role id of your 'can ban' role.",
"value":"CAN BAN ROLE ID HERE"
},
"CAN_KICK_ROLE_ID":{
"description":"The role id of your 'can kick' role.",
"value":"CAN KICK ROLE ID HERE"
},
"WARNING_ROLE_ID":{
"description":"The role id of your warning role.",
"value":"WARNING ROLE ID HERE"
},
"MUTE_ROLE_ID":{
"description":"The role id of your mute role.",
"value":"MUTE ROLE ID HERE"
},
"LOG_CHANNEL_ID":{
"description":"The channel id of your log channel.",
"value":"LOG CHANNEL ID HERE"
},
"SERVER_ID":{
"description":"The server id of your server.",
"value":"SERVER ID HERE"
},
"SERVER_ID":{
"description":"The server id of your server.",
"value":"SERVER ID HERE"
},
"OWNER_ID":{
"description":"Probably your discord id.",
"value":"OWNER ID HERE"
},
"RESTART_COMMAND":{
"description":"The bot's restart command.",
"value":"sh run_heroku.sh"
},
"PREFIX":{
"description":"The bot's prefix.",
"value":"canu",
"required": false
},
"PLAYING_TEXT": {
"description":"The bot's status (Playing <something>).",
"value": "banning tards!",
"required": false
}
},
"formation":{
"web":{
"quantity":1,
"size":"free"
}
},
"success_url": "/"
}