forked from kemonomimi/nyabot
Removed parenthesis lmao
This commit is contained in:
parent
5b099bad22
commit
4517b17a50
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -293,7 +293,7 @@ async def on_message(message: discord.Message):
|
|||
|
||||
# Should prevent the bot from being accidentally triggered from now on. Also will make
|
||||
# the people here have to say nya more often which is always a bonus.
|
||||
if (message.content.lower().startswith('nya')) == False:
|
||||
if message.content.lower().startswith('nya') == False:
|
||||
return
|
||||
|
||||
# TODO: Do proper parsing of the message
|
||||
|
|
Loading…
Reference in a new issue