Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Commit

Permalink
[Chatbot] Fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
Neppu-Nep committed Jul 26, 2020
1 parent 1f50b02 commit f28c317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SaitamaRobot/modules/chatbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def check_message(bot: Bot, message):
def chatbot(bot: Bot, update: Update):
global api_client
msg = update.effective_message
chat = update.effective_chat
chat_id = update.effective_chat.id
is_chat = sql.is_chat(chat_id)
if not is_chat:
Expand Down

0 comments on commit f28c317

Please sign in to comment.