diff --git a/bot.py b/bot.py index b123ca0..3a0bb4e 100644 --- a/bot.py +++ b/bot.py @@ -17,7 +17,6 @@ bot = commands.Bot(command_prefix=".", intents=discord.Intents.default(), To add your token create a .env file in the top directory and add the following contents: BOT_TOKEN={Paste your token here} - """ token = config("BOT_TOKEN")