Fix spelling mistake in [p]slash sync error (#6285)

This commit is contained in:
Michael Oliveira 2024-01-07 19:31:35 -05:00 committed by GitHub
parent 531b4fe357
commit a393a10ceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2377,7 +2377,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
await ctx.send( await ctx.send(
_( _(
"You seem to be attempting to sync after recently syncing. Discord does not like it " "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 " "should enable/disable all commands you want to change first, and run this command "
"one time only after all changes have been made. " "one time only after all changes have been made. "
) )