mirror of https://github.com/coddrago/Heroku
Fix fantom message with exception when trying to raise MessageNotModified
parent
fa1ff8527a
commit
5b7a869f26
|
@ -210,6 +210,7 @@ class Utils(InlineUnit):
|
|||
),
|
||||
)
|
||||
except MessageNotModified:
|
||||
if query:
|
||||
try:
|
||||
await query.answer()
|
||||
except InvalidQueryID:
|
||||
|
|
Loading…
Reference in New Issue