Benjamin Smith

Results 15 comments of Benjamin Smith

I've been slammed in and gone, but should be available some this week unless my wife has her kid. I know Rune and I both use Pycharm, and so tend...

^ On Mon, May 17, 2021 at 7:42 PM Rune Tynan ***@***.***> wrote: > Personally, I prefer to use a more minimal form of sphynx, relying on type > hints...

Please let me know if there is some way I can assist or if there is something you would like me to work on.

I've hacked in some code for this, but really aren't testing the actual use of the reactions yet. I just did it so it wouldn't crash when my bot tries...

erm might be runner line 271, seems like that might need a case for when it's a CommandError, but I'm not positive.

so threw in some code to handle that but now I'm getting really weird behavior. my on_command_error code awaits a task using Messageable.send(). I can step over the await call...

oh and it can execute like down the road too, I think think somehow the way you are using async in the test framework is causing problems with the way...

ok I switched and just await the coro instead of scheduling a task, and voila it seems to work. Still not sure if this is a Me problem or a...

looping back around though, for things to work I did have to get rid of your raise(err[1]) in runner.py when it's a CommandError. I think this is the intended way...

interesting, I assumed because they squash the error you would as well. that works perfectly well however, thank you. Do you have any thoughts on the inability to use tasks...