From 72fd1c78bb0cc648c4611fa91c386c6946d9a335 Mon Sep 17 00:00:00 2001 From: Ave Ozkal Date: Wed, 24 Apr 2019 10:49:45 +0300 Subject: [PATCH] Fix typos (or else people will be unhappy) --- cogs/verification.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/verification.py b/cogs/verification.py index e8883f1..40f345e 100644 --- a/cogs/verification.py +++ b/cogs/verification.py @@ -167,8 +167,8 @@ class Verification(Cog): self.blacklisted_hashes - {self.hash_choice})) - msg = f"šŸ“˜ **Resetted Algorithm**: {author} resetted "\ - f" algorithm in {channel.mention}" + msg = f"šŸ“˜ **Reset Algorithm**: {author} reset "\ + f"algorithm in {channel.mention}" msg += f"\nšŸ’¬ __Current algorithm__: {self.hash_choice.upper()}" log_channel = self.bot.get_channel(config.log_channel) await log_channel.send(msg)