Browse Source

Remove whitespace

pull/1/head
elliot 3 years ago
parent
commit
1cb5ed71f5
  1. 1
      bot.py

1
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")

Loading…
Cancel
Save