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 11TOKEN = MyBotToken
22LOG_URL = https://logviewername.herokuapp.com/
33GUILD_ID = 1234567890
4- MODMAIL_GUILD_ID = 1234567890
54OWNERS = Owner1ID,Owner2ID,Owner3ID
65CONNECTION_URI = mongodb+srv://mongodburi
Original file line number Diff line number Diff line change 1111 "description" : " The id for the server you are hosting this bot for." ,
1212 "required" : true
1313 },
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- },
1814 "OWNERS" : {
1915 "description" : " Comma separated user IDs of people that are allowed to use owner only commands. (eval)." ,
2016 "required" : true
4036 "required" : false
4137 }
4238 }
43- }
39+ }
You can’t perform that action at this time.
0 commit comments