13 lines
302 B
Python
13 lines
302 B
Python
# config.py:
|
|
|
|
### bot token
|
|
token = ""
|
|
### guild (id) to get roles from
|
|
guildid =
|
|
# 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 = ''
|