We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf6853 commit 2dec034Copy full SHA for 2dec034
discord/commandHandler.ts
@@ -64,7 +64,7 @@ export class CommandHandler {
64
.run(interaction, botClient)
65
.then(() => {
66
console.log(
67
- `Sucesfully executed command [/${interaction.commandName} ${interaction.options.getSubcommand()}]`,
+ `Successfully executed command [/${interaction.commandName} ${interaction.options.getSubcommand()}]`,
68
{
69
guild: { id: interaction.guildId },
70
user: { name: interaction.user.globalName },
0 commit comments