style(utils/info): correcting the description of the command
This commit is contained in:
parent
08dae4f787
commit
f1eb667816
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue