mirror of
https://github.com/opus-tango/minecraft-server-discord-bot.git
synced 2026-03-20 03:55:20 +00:00
remove token print
This commit is contained in:
1
bot.py
1
bot.py
@@ -12,7 +12,6 @@ load_dotenv()
|
|||||||
|
|
||||||
TOKEN = os.getenv('DISCORD_TOKEN')
|
TOKEN = os.getenv('DISCORD_TOKEN')
|
||||||
BASE_PATH = os.getenv('BASE_PATH', './')
|
BASE_PATH = os.getenv('BASE_PATH', './')
|
||||||
print(TOKEN)
|
|
||||||
|
|
||||||
chat_channel = None
|
chat_channel = None
|
||||||
command_channel = None
|
command_channel = None
|
||||||
|
|||||||
Reference in New Issue
Block a user