Skip to content

Commit

Permalink
Fix spelling mistake in [p]slash sync error (Cog-Creators#6285)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flame442 authored Jan 8, 2024
1 parent 531b4fe commit a393a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redbot/core/core_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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. "
)
Expand Down

0 comments on commit a393a10

Please sign in to comment.