mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2025-01-08 22:25:39 +00:00
Fix typos (or else people will be unhappy)
This commit is contained in:
parent
4cf7a6575c
commit
72fd1c78bb
|
@ -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