#Bot duplicating commands

1 messages · Page 1 of 1 (latest)

cursive locust
#

Hello, I'm having an issue with the bot suddenly running all previously ran commands at what seems to be an arbitrary time in the future.

In this screenshot for example it reprocesses the previously processed commands again at 02:44:50. This issue happens ith any sort of command, including a "hello world." I have tried:

  • resetting bot token
  • switching hosting providers
  • writing code to invalidate the response if more than 10 seconds has passed between the expected response time vs actual

to no avail.

primal steppeBOT
#

Hey! Once your issue is solved, press the button below to close this thread!

cursive locust
#

Code attached above ^

sharp viper
# cursive locust

Can you copy and paste again your code in text format it's kinda hard to read with 2 pictures

#

Also Maybe check did you have any other print statements?

cursive locust
#

no other print statements

#

and also the entire command runs twice

#

so the ctx.send would send a discord message as well

sharp viper
cursive locust
#

thanks for your help teddy

#

think something is bugged in the i.py library itself, no changes were made to any other code besides that