Add a space when checking for im before replying with dad
This commit is contained in:
parent
e200ec3dad
commit
3764736d60
@ -254,7 +254,7 @@ async def on_message(message):
|
||||
await client.send_message(message.channel, invite)
|
||||
|
||||
|
||||
if message.content.lower().startswith('im') or message.content.lower().startswith('i\'m'):
|
||||
if message.content.lower().startswith('im ') or message.content.lower().startswith('i\'m '):
|
||||
subject = ' '.join(message.content.split()[1:])
|
||||
await client.send_message(
|
||||
message.channel,
|
||||
|
Loading…
x
Reference in New Issue
Block a user