Skip to content

Commit

Permalink
Fixed a few grammar issues
Browse files Browse the repository at this point in the history
  • Loading branch information
HackerJacker authored and HackerJacker committed Jun 28, 2020
1 parent e91eb8e commit dc4f20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdbot/cogs/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def who(m):
# Checks if message was sent too quickly.
if len(list(filter(lambda m: check(m), self.client.cached_messages))) >= 4:
await message.channel.purge(limit=4, check=who)
await message.channel.send(f"{message.author.mention} Your sending messages too fast!", delete_after=5)
await message.channel.send(f"{message.author.mention} You're sending messages too quick!", delete_after=5)


def setup(bot):
Expand Down

0 comments on commit dc4f20a

Please sign in to comment.