style(utils/info): correcting the description of the command

This commit is contained in:
Raphael 2025-08-16 22:12:21 +02:00
parent 08dae4f787
commit f1eb667816

View file

@ -45,7 +45,7 @@ function getUserBadges(userData: {
export default { export default {
data: new SlashCommandBuilder() data: new SlashCommandBuilder()
.setName('info') .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 .addSubcommand(subcommand => subcommand
.setName('user') .setName('user')
.setDescription('Show the infromation of one user') .setDescription('Show the infromation of one user')