14 lines
352 B
Python
14 lines
352 B
Python
# config.py:
|
|
|
|
### bot token
|
|
token = "bot token"
|
|
### guild (id) to get roles from
|
|
guildid = server id
|
|
# guildid = 0123456789
|
|
# role format needs to be specific
|
|
# Factions: Grineer, Infested, Corpus, Orokin
|
|
# Types: Grineer Defense, Corpus Survival..
|
|
# Nodes: Sechura, Helene, Hydron...
|
|
## webhook url to post current arbitration
|
|
arbyhook = 'some url'
|