mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
commit
a61508ca0c
@ -47,7 +47,7 @@ def start_ex(message):
|
|||||||
|
|
||||||
|
|
||||||
# Any state
|
# Any state
|
||||||
@bot.message_handler(state="*", commands='cancel')
|
@bot.message_handler(state="*", commands=['cancel'])
|
||||||
def any_state(message):
|
def any_state(message):
|
||||||
"""
|
"""
|
||||||
Cancel state
|
Cancel state
|
||||||
|
Loading…
Reference in New Issue
Block a user