diff --git a/config.py b/config.py index 525f34e..d574de4 100644 --- a/config.py +++ b/config.py @@ -1,12 +1,13 @@ # config.py: ### bot token -token = "" +token = "bot token" ### guild (id) to get roles from -guildid = +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 = '' +arbyhook = 'some url'