dreeves / omnibot

Discord/Slack bot to play a dictionary guessing game and other things
1 stars 0 forks source link

Regression: shows "sending command" too long #175

Closed dreeves closed 1 year ago

dreeves commented 1 year ago

Something changed in the recent refactoring that turns out to be pretty annoying:

Replicata

  1. Do /omninom holla in a public channel like #botspam

Expectata

That it shows "sending command" for a moment, then the "sending command" disappears and it replies in the channel.

Resultata

The "sending command" doesn't disappear until a bit after it has already replied in the channel.

I think there are other cases where the "sending command" lingers too long as well.

Hopefully it's just a matter of doing things in a different order in the infralogic?

Cognata

Verbata: race conditions, timing of replies to slash commands,