aboutsummaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2021-12-12 20:31:55 -0500
committerMax Isom <[email protected]>2021-12-12 20:31:55 -0500
commitd2ab10a13ab22d21f3e52106f355fc8272e11651 (patch)
tree302db740df42736079ac83aeb1d8dc2165d70da9 /src/commands
parentdcb1351791e23165b23a8b549aabbb38294f55a5 (diff)
downloadmuse-d2ab10a13ab22d21f3e52106f355fc8272e11651.tar.xz
muse-d2ab10a13ab22d21f3e52106f355fc8272e11651.zip
Edit interaction reply if necessary for error messages
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/play.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/play.ts b/src/commands/play.ts
index 9a79819..8e1616b 100644
--- a/src/commands/play.ts
+++ b/src/commands/play.ts
@@ -15,7 +15,7 @@ import GetSongs from '../services/get-songs.js';
export default class implements Command {
public readonly slashCommand = new SlashCommandBuilder()
.setName('play')
- .setDescription('Play a song')
+ .setDescription('Play a song or resume playback')
.addStringOption(option => option
.setName('query')
.setDescription('YouTube URL, Spotify URL, or search query'))