Update config.py
This commit is contained in:
parent
b0427bee58
commit
e0cdae914f
@ -1,12 +1,13 @@
|
|||||||
# config.py:
|
# config.py:
|
||||||
|
|
||||||
### bot token
|
### bot token
|
||||||
token = ""
|
token = "bot token"
|
||||||
### guild (id) to get roles from
|
### guild (id) to get roles from
|
||||||
guildid =
|
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
|
## webhook url to post current arbitration
|
||||||
arbyhook = ''
|
arbyhook = 'some url'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user