diff --git a/bot.py b/bot.py index 3deffe6..087ef86 100644 --- a/bot.py +++ b/bot.py @@ -12,7 +12,7 @@ import requests bot = commands.Bot(command_prefix=".", intents=discord.Intents.default(), case_insensitive=True) -token = os.getenv('discord-bot-token') +token = "insert bot token here!" logging.basicConfig(filename='console.log', level=logging.INFO,