From 1cb5ed71f5ab47e8314ee465782136a7fcd50330 Mon Sep 17 00:00:00 2001 From: elliot Date: Sat, 25 Sep 2021 12:03:02 +0200 Subject: [PATCH] Remove whitespace --- bot.py | 1 - 1 file changed, 1 deletion(-) 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")