remove token print

This commit is contained in:
Nayan
2025-08-25 22:38:07 -04:00
parent dee20374f2
commit 6e721a5e8e

1
bot.py
View File

@@ -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