mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 01:12:33 -05:00
docs: fix typos (#5989)
Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com>
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user