From f1eb667816d6ff7988ec4a03dea35563008aa6a8 Mon Sep 17 00:00:00 2001 From: Raphael Date: Sat, 16 Aug 2025 22:12:21 +0200 Subject: [PATCH] style(utils/info): correcting the description of the command --- src/commands/utils/info.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/utils/info.ts b/src/commands/utils/info.ts index 1c4b6c5..d950828 100644 --- a/src/commands/utils/info.ts +++ b/src/commands/utils/info.ts @@ -45,7 +45,7 @@ function getUserBadges(userData: { export default { data: new SlashCommandBuilder() .setName('info') - .setDescription('Show the infromation of one of these cathegories (user, server, bot)') + .setDescription('Show the infromation of one of these categories (user, server, bot)') .addSubcommand(subcommand => subcommand .setName('user') .setDescription('Show the infromation of one user')