Changed line 205 to .endswith instead of .startswith

pull/2/head
sgoudham 4 years ago
parent c90f4ccfbe
commit 878a5efe54

@ -202,7 +202,7 @@ class Waifus(commands.Cog):
await channel.send(nice) await channel.send(nice)
else: else:
if user_msg.startswith('~w') or user_msg.startswith('~h'): if user_msg.endswith('~w') or user_msg.endswith('~h'):
message = await channel.send(error_function()) message = await channel.send(error_function())
# Let the user read the message for 2.5 seconds # Let the user read the message for 2.5 seconds

Loading…
Cancel
Save