e1pupper
e1pupper
After some heavy research and trying to understand everything I have found out that godot's implementation is similiar to what we are going for and they have so far pretty...
> > bot/issues/2382 > > Just needed to change ctx.send to ctx.reply and remove the author.mention. > > What if the response gets redirected to a different channel? `@redirect_output()` doesn't...
> We need to handle the case where the message is deleted before the bot sends the response. Currently an error is raised:  To reproduce, run `!e import time;time.sleep(5)`...
I can take on this!