diff --git a/bot.log b/bot.log index 69d14bc..b5a094e 100644 --- a/bot.log +++ b/bot.log @@ -1,2 +1,4 @@ 2025-12-08 13:08:26,502:WARNING:discord.client: PyNaCl is not installed, voice will NOT be supported 2025-12-08 13:08:26,504:INFO:discord.client: logging in using static token +2025-12-08 14:08:52,657:WARNING:discord.client: PyNaCl is not installed, voice will NOT be supported +2025-12-08 14:08:52,659:INFO:discord.client: logging in using static token diff --git a/bot.py b/bot.py index 7019e44..b25ed08 100644 --- a/bot.py +++ b/bot.py @@ -7,7 +7,7 @@ import os import json # --- Настройки и константы --- -BOT_TOKEN = 'MTM0Mjc5ODAyMjg5NTA3NTMzOQ.Gqipu1.-ZEvR6Oz-dxyyXJAnr6F7aqGCvHzLLCQ0kPdak' +BOT_TOKEN = '11' WELCOME_CHANNEL_ID = 1342797233250107482 # ID канала для приветствий ADMIN_ROLE_NAME = "Администратор"