grammyjs / conversations

Conversational interfaces for grammY.
https://grammy.dev/plugins/conversations
MIT License
48 stars 17 forks source link

Checking for conversation existing before deleting it #107

Closed Peterculazh closed 2 months ago

Peterculazh commented 4 months ago

Fixing issue when trying to exit conversation

KnorpelSenf commented 4 months ago

This does not fix any problem, this only suppresses an error that is thrown when people forget to use async/await. Instead of falling silently, we could detect this case and throw an error with a readable error message.