japandotorg / Seina-Cogs

My public cogs for red.
https://seina-cogs.readthedocs.io/en/latest/
Other
13 stars 18 forks source link

[conversationgames] error with reply component #22

Closed mrPauwHaan closed 1 year ago

mrPauwHaan commented 1 year ago

Conversationgames makes use of replying of the initial command. However, the problem with this is that this results in an error when using scheduled commands with cogs like FIFO.

Therefore, I would be nice when the cog cannot find the initial command it still sends a message but without it being a reply. Instead of sending an error.

japandotorg commented 1 year ago

@mrPauwHaan hello I've implemented so that if message reference is none the bot should use send instead of reply, you can update your cog.

mrPauwHaan commented 1 year ago

Thank you!