Removed parenthesis lmao

This commit is contained in:
chiefjazzdiewltr 2024-03-13 12:54:53 +13:00
parent 5b099bad22
commit 4517b17a50

View file

@ -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