Add files via upload
This commit is contained in:
parent
a74eeb65b4
commit
dac0e79582
19
config.py
19
config.py
@ -2,12 +2,21 @@
|
|||||||
|
|
||||||
### bot token
|
### bot token
|
||||||
token = "bot token"
|
token = "bot token"
|
||||||
### guild (id) to get roles from
|
|
||||||
guildid = server id
|
|
||||||
# guildid = 0123456789
|
|
||||||
# role format needs to be specific
|
# role format needs to be specific
|
||||||
# Factions: Grineer, Infested, Corpus, Orokin
|
# Factions: Grineer, Infested, Corpus, Orokin
|
||||||
# Types: Grineer Defense, Corpus Survival..
|
# Types: Grineer Defense, Corpus Survival..
|
||||||
# Nodes: Sechura, Helene, Hydron...
|
# Nodes: Sechura, Helene, Hydron...
|
||||||
## webhook url to post current arbitration
|
## change server id to yours and invite the bot if you want role pings
|
||||||
arbyhook = ''
|
## 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
|
||||||
|
## leave the values blank if you do not want them used
|
||||||
|
servers = [
|
||||||
|
{
|
||||||
|
"name": "Example",
|
||||||
|
"serverid": 000000000000000000,
|
||||||
|
"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