diff --git a/redbot/core/core_commands.py b/redbot/core/core_commands.py index 3930ac794..944e9ff05 100644 --- a/redbot/core/core_commands.py +++ b/redbot/core/core_commands.py @@ -2377,7 +2377,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic): await ctx.send( _( "You seem to be attempting to sync after recently syncing. Discord does not like it " - "when bots sync more often than neccecary, so this command has a cooldown. You " + "when bots sync more often than necessary, so this command has a cooldown. You " "should enable/disable all commands you want to change first, and run this command " "one time only after all changes have been made. " )