From a8ec9fe1b8e25af4e1faa6548ee74bfa0643831f Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 5 Jul 2022 18:16:06 -0400 Subject: The start of scrapping the control panel feature --- commands/play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/play.js') 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.'), -- cgit v1.2.3