From d2ab10a13ab22d21f3e52106f355fc8272e11651 Mon Sep 17 00:00:00 2001 From: Max Isom Date: Sun, 12 Dec 2021 20:31:55 -0500 Subject: Edit interaction reply if necessary for error messages --- src/commands/play.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands') 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')) -- cgit v1.2.3