Bgg with my code

basically if i click run to start my run bot it charge for 2 seconds then it retourns like i never played run. the consol dont even say whats the problem. Im from the web and i was using pyton when the bug showed up. thanks for the help

1 Like

Hi, at the end of the file, add this as the last line:

client.run(token)

The token is your discord token.

I think your proplem is that you are missing a key line at the end just like @QuantumCodes I think it is
client.run(token)
:sunglasses: