fggfgf
This commit is contained in:
parent
4f73c499df
commit
bd19e06055
14 changed files with 19 additions and 19 deletions
|
@ -7,7 +7,7 @@ SERVER_ID = environ.get("DISCORD_SERVER_ID",'').strip()
|
|||
CLIENT_ID = environ.get("DISCORD_CLIENT_ID",'').strip()
|
||||
CLIENT_SECRET = environ.get("DISCORD_CLIENT_SECRET",'').strip()
|
||||
BOT_TOKEN = environ.get("DISCORD_BOT_TOKEN").strip()
|
||||
coins_name = environ.get("coins_name").strip()
|
||||
coins_name = environ.get("COINS_NAME").strip()
|
||||
DISCORD_ENDPOINT = "https://discordapp.com/api/v6"
|
||||
WELCOME_CHANNEL="846509313941700618"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue