From dac0e795822345926363f8da2efdc6e15b3182c8 Mon Sep 17 00:00:00 2001 From: Emperor <21046314+empdarkness@users.noreply.github.com> Date: Mon, 15 Jun 2020 05:17:50 -0400 Subject: [PATCH] Add files via upload --- config.py | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/config.py b/config.py index 524452f..45b16d2 100644 --- a/config.py +++ b/config.py @@ -1,13 +1,22 @@ -# 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 = '' +# config.py: + +### bot token +token = "bot token" +# role format needs to be specific +# Factions: Grineer, Infested, Corpus, Orokin +# Types: Grineer Defense, Corpus Survival.. +# Nodes: Sechura, Helene, Hydron... +## change server id to yours and invite the bot if you want role pings +## make a webhook in the channel you want arbitrations to be posted and use the url +## this DOES support multiple servers if you want to use it in that manner +## leave the values blank if you do not want them used +servers = [ +{ + "name": "Example", + "serverid": 000000000000000000, + "arbywebhook": "arbitration webhook url", + "barowebhook": "baro webhook url", + "giftinvasionswebhook": "gift/invasions webhook url", + "redtextwebhook": "redtext webhook url" +} +]