Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.

Commit

Permalink
wrong bot token
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMoksej authored Jan 14, 2022
1 parent affd4f4 commit 50d0751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ async def start_websocket():
await LoadCache.start(bot) # type: ignore
bot.session = aiohttp.ClientSession(loop=bot.loop)
dredd_logger.info("[BOT] Starting bot.")
await bot.start(config.DISCORD_TOKEN)
# await bot.start(config.MAIN_TOKEN)
# await bot.start(config.DISCORD_TOKEN)
await bot.start(config.MAIN_TOKEN)
except KeyboardInterrupt as e:
dredd_logger.error(f"[Shutting Down] Occured while booting up: {e}.")
await db.close()
Expand Down

0 comments on commit 50d0751

Please sign in to comment.