Update config.py
This commit is contained in:
parent
6ed0684325
commit
757267a329
@ -9,14 +9,10 @@ token = "bot token"
|
|||||||
## change server id to yours and invite the bot if you want role pings
|
## change server id to yours and invite the bot if you want role pings
|
||||||
## make a webhook in the channel you want arbitrations to be posted and use the url
|
## make a webhook in the channel you want arbitrations to be posted and use the url
|
||||||
## this DOES support multiple servers if you want to use it in that manner
|
## this DOES support multiple servers if you want to use it in that manner
|
||||||
## leave the values blank if you do not want them used
|
|
||||||
servers = [
|
servers = [
|
||||||
{
|
{
|
||||||
"name": "Example",
|
"name": "Example",
|
||||||
"serverid": 000000000000000000,
|
"serverid": 000000000000000000,
|
||||||
"arbywebhook": "arbitration webhook url",
|
"arbywebhook": "arbitration webhook url",
|
||||||
"barowebhook": "baro webhook url",
|
|
||||||
"giftinvasionswebhook": "gift/invasions webhook url",
|
|
||||||
"redtextwebhook": "redtext webhook url"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user