Fix typos (or else people will be unhappy)
This commit is contained in:
parent
4cf7a6575c
commit
72fd1c78bb
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue