Add files via upload

This commit is contained in:
Emperor 2020-06-15 05:17:50 -04:00 committed by GitHub
parent a74eeb65b4
commit dac0e79582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,22 @@
# config.py: # config.py:
### bot token ### bot token
token = "bot token" token = "bot token"
### guild (id) to get roles from # role format needs to be specific
guildid = server id # Factions: Grineer, Infested, Corpus, Orokin
# guildid = 0123456789 # Types: Grineer Defense, Corpus Survival..
# role format needs to be specific # Nodes: Sechura, Helene, Hydron...
# Factions: Grineer, Infested, Corpus, Orokin ## change server id to yours and invite the bot if you want role pings
# Types: Grineer Defense, Corpus Survival.. ## make a webhook in the channel you want arbitrations to be posted and use the url
# Nodes: Sechura, Helene, Hydron... ## this DOES support multiple servers if you want to use it in that manner
## webhook url to post current arbitration ## leave the values blank if you do not want them used
arbyhook = '' servers = [
{
"name": "Example",
"serverid": 000000000000000000,
"arbywebhook": "arbitration webhook url",
"barowebhook": "baro webhook url",
"giftinvasionswebhook": "gift/invasions webhook url",
"redtextwebhook": "redtext webhook url"
}
]