docs: fix typos (#5989)

Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com>
This commit is contained in:
Lioness100
2023-02-13 21:36:09 -05:00
committed by GitHub
parent 9811e4e871
commit a89a27cadf
28 changed files with 43 additions and 43 deletions

View File

@@ -1320,7 +1320,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
self, ctx: commands.GuildContext, command: CommandConverter, enabled: bool = None
):
"""
Sets a commmand's embed setting for the current server.
Sets a command's embed setting for the current server.
If set, this is used instead of the server default to determine whether or not to use embeds.
@@ -3692,7 +3692,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
if msg is not None:
await self.bot._config.invoke_error_msg.set(msg)
content = _("Succesfully updated the error message.")
content = _("Successfully updated the error message.")
else:
await self.bot._config.invoke_error_msg.clear()
content = _("Successfully reset the error message back to the default one.")