diff options
Diffstat (limited to 'commands/play.js')
| -rw-r--r-- | commands/play.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/play.js b/commands/play.js index cc88bb3..a6d3453 100644 --- a/commands/play.js +++ b/commands/play.js @@ -28,7 +28,7 @@ export let integer; export default { data: new SlashCommandBuilder() .setName('play') - .setDescription('Plays the audio by number') + .setDescription('Plays the player') .addIntegerOption(option => option.setName('int') .setDescription('Input a number for the selection for the audio file.'), |
