mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-08-05 23:43:30 +02:00
Migrate pause command
This commit is contained in:
parent
cbc9aafe78
commit
e965c02358
2 changed files with 13 additions and 11 deletions
|
@ -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'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue