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)