File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 1
1
TOKEN = MyBotToken
2
2
LOG_URL = https://logviewername.herokuapp.com/
3
3
GUILD_ID = 1234567890
4
- MODMAIL_GUILD_ID = 1234567890
5
4
OWNERS = Owner1ID,Owner2ID,Owner3ID
6
5
CONNECTION_URI = mongodb+srv://mongodburi
Original file line number Diff line number Diff line change 11
11
"description" : " The id for the server you are hosting this bot for." ,
12
12
"required" : true
13
13
},
14
- "MODMAIL_GUILD_ID" : {
15
- "description" : " The ID of the discord server where the threads channels should be created (receiving server). Default to GUILD_ID." ,
16
- "required" : false
17
- },
18
14
"OWNERS" : {
19
15
"description" : " Comma separated user IDs of people that are allowed to use owner only commands. (eval)." ,
20
16
"required" : true
40
36
"required" : false
41
37
}
42
38
}
43
- }
39
+ }
You can’t perform that action at this time.
0 commit comments