mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-08-05 23:43:30 +02:00
Start migrating queue command
Also: make it persistent & updating, add buttons ✨
This commit is contained in:
parent
e965c02358
commit
0b20cb3982
11 changed files with 370 additions and 72 deletions
|
@ -15,6 +15,7 @@ import GetSongs from '../services/get-songs.js';
|
|||
export default class implements Command {
|
||||
public readonly slashCommand = new SlashCommandBuilder()
|
||||
.setName('play')
|
||||
// TODO: make sure verb tense is consistent between all command descriptions
|
||||
.setDescription('play a song or resume playback')
|
||||
.addStringOption(option => option
|
||||
.setName('query')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue