tokens import
This commit is contained in:
parent
4befc74243
commit
801f6ce978
13
conf.py
13
conf.py
|
@ -1,17 +1,10 @@
|
|||
|
||||
url_discord_webhook = "https://discordapp.com/api/webhooks/???/???????"
|
||||
|
||||
battle_net_region = "eu"
|
||||
battle_net_apikey = "????"
|
||||
|
||||
twitch_token = "?????"
|
||||
|
||||
warcraftlogs_token = "???????"
|
||||
from tokens import *
|
||||
|
||||
icon_wowhead = "<:wowhead:283900950379233280>"
|
||||
icon_mmoc = "<:mmochampion:283900921694650368>"
|
||||
icon_mmoc = "<:MMOChampion:283900921694650368>"
|
||||
icon_twitch = "<:twitch:332609778285019137>"
|
||||
icon_warcraftlogs = "<:warcraftlogs:283906655484379138>"
|
||||
icon_warcraftlogs = "<:Warcraftlogs:283906655484379138>"
|
||||
|
||||
affixes = {
|
||||
"Bullente": "<:m_teeming:278565188410802176>",
|
||||
|
|
Loading…
Reference in New Issue