aboutsummaryrefslogtreecommitdiff
path: root/commands/play.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-07-05 18:16:06 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-07-05 18:16:06 -0400
commita8ec9fe1b8e25af4e1faa6548ee74bfa0643831f (patch)
tree70960f5366f1a8542cb58b1e5a181ae4a4d306f7 /commands/play.js
parent219b64b51b0297469c7a0401767d7f533c8ac7c3 (diff)
downloadDLAP-a8ec9fe1b8e25af4e1faa6548ee74bfa0643831f.tar.gz
DLAP-a8ec9fe1b8e25af4e1faa6548ee74bfa0643831f.tar.bz2
DLAP-a8ec9fe1b8e25af4e1faa6548ee74bfa0643831f.zip
The start of scrapping the control panel feature
Diffstat (limited to 'commands/play.js')
-rw-r--r--commands/play.js2
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.'),