From e0cdae914fc55649315a5962c46779007b56f351 Mon Sep 17 00:00:00 2001 From: Emperor <21046314+empdarkness@users.noreply.github.com> Date: Thu, 11 Jun 2020 02:27:50 -0400 Subject: [PATCH] Update config.py --- config.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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'