Skip to content

Commit

Permalink
Update message.py : Update CoronaRule Message Function
Browse files Browse the repository at this point in the history
  • Loading branch information
yymin1022 committed Feb 9, 2022
1 parent 257ee23 commit 93d34d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def getReplyMessage(message):
else:
strResult = messageCorona()
elif "방역" in message and ("수칙" in message or "지침" in message):
messageCoronaRule()
strResult = messageCoronaRule()
elif ("ㅠ" in message or "ㅜ" in message) and getCryCount(message) >= 3:
strResult = messageCry()
elif "뭐먹" in message:
Expand Down

0 comments on commit 93d34d3

Please sign in to comment.