From 3490c0b55e576ce3bf475b6d4bcbe45ad1f76a12 Mon Sep 17 00:00:00 2001 From: Michael Oliveira <34169552+Flame442@users.noreply.github.com> Date: Sun, 7 Jan 2024 18:20:44 -0500 Subject: [PATCH] typo fix --- redbot/core/core_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/core/core_commands.py b/redbot/core/core_commands.py index 6b610cfbc80..2bee121d35a 100644 --- a/redbot/core/core_commands.py +++ b/redbot/core/core_commands.py @@ -2377,7 +2377,7 @@ async def slash_sync_error(self, ctx: commands.Context, error: commands.CommandE 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. " )