e1pupper

Results 4 comments of 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: ![image](https://user-images.githubusercontent.com/22353562/219957423-8c980367-55a9-4d46-899c-6d6358c0a6e4.png) To reproduce, run `!e import time;time.sleep(5)`...