Accounts for bad grammar

This commit is contained in:
quagsirus 2020-01-28 19:09:25 +00:00 committed by GitHub
parent c268775b6c
commit 7f23b6b99d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ class Dad(Cog):
if len(lower_split) == 0:
return
if lower_split[0] == "i'm" and len(lower_split) >= 2:
if lower_split[0] == "i'm" or lower_split[0] == "im" and len(lower_split) >= 2:
if await guild_config.nickname():
try:
await message.author.edit(nick=lower[4:])