Migrate pause command

This commit is contained in:
Max Isom 2021-12-15 13:46:03 -05:00
parent cbc9aafe78
commit e965c02358
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
2 changed files with 13 additions and 11 deletions

View file

@ -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 or resume playback')
.setDescription('play a song or resume playback')
.addStringOption(option => option
.setName('query')
.setDescription('YouTube URL, Spotify URL, or search query'))