Fix typos (or else people will be unhappy)

This commit is contained in:
Ave Ozkal 2019-04-24 10:49:45 +03:00
parent 4cf7a6575c
commit 72fd1c78bb
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B

View file

@ -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)