Skip to content

Commit 6b6b2dc

Browse files
committed
update: Updated description text to include cards
1 parent 9deddf0 commit 6b6b2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/Community/clashRoyale.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
category: "Community",
1212
data: new SlashCommandBuilder()
1313
.setName('clash-royale')
14-
.setDescription('Get information about Clash Royale players and clans')
14+
.setDescription('Get information about Clash Royale players, cards and clans')
1515
.addSubcommand(subcommand => subcommand.setName('player').setDescription('Get information about a Clash Royale player').addStringOption(option => option.setName('player-tag').setDescription('The player tag (e.g. #20022JR28)').setRequired(true)))
1616
.addSubcommand(subcommand => subcommand.setName('clan-info').setDescription('Get information about a Clash Royale clan').addStringOption(option => option.setName('clan-tag').setDescription('The clan tag (e.g. #QPP0VPCR)').setRequired(true)))
1717
.addSubcommand(subcommand => subcommand.setName('card-info').setDescription('Get information about a specific Clash Royale card').addStringOption(option => option.setName('card-name').setDescription('Name of the card you want to look up').setAutocomplete(true).setRequired(true)))

0 commit comments

Comments
 (0)