Browse Source

Make token input clearer

pull/1/head
elliotnichols 3 years ago
parent
commit
ee755c1fb7
  1. 2
      bot.py

2
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,

Loading…
Cancel
Save