I’ve followed this tutorial to run a discord bot in python code using repl.it:
At 19:11, the console outputs “We have logged in as”, indicating the bot should be running but for some reason mine outputs only the token and doesn’t even run the bot
The code is a little different from the tutorial because I used the new method for .env and a couple of comments to fix other issues that were occuring.