Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
coder2020official committed Dec 30, 2023
1 parent 456a9ed commit 39abb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telebot/async_telebot.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ async def process_new_updates(self, updates: List[types.Update]):
new_channel_posts = None
new_edited_channel_posts = None
new_message_reactions = None
mew_message_reaction_count_handlers = None
new_message_reaction_count_handlers = None
new_inline_queries = None
new_chosen_inline_results = None
new_callback_queries = None
Expand Down

0 comments on commit 39abb9d

Please sign in to comment.