Create /resume command; make query required for the /play command ()

This commit is contained in:
Hellyson Rodrigo Parteka 2022-03-09 23:45:59 -03:00 committed by GitHub
parent 4eefb7b30d
commit d438d46c09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 62 additions and 35 deletions

View file

@ -23,6 +23,7 @@ import Pause from './commands/pause.js';
import Play from './commands/play.js';
import QueueCommand from './commands/queue.js';
import Remove from './commands/remove.js';
import Resume from './commands/resume.js';
import Seek from './commands/seek.js';
import Shuffle from './commands/shuffle.js';
import Skip from './commands/skip.js';
@ -64,6 +65,7 @@ container.bind<AddQueryToQueue>(TYPES.Services.AddQueryToQueue).to(AddQueryToQue
Play,
QueueCommand,
Remove,
Resume,
Seek,
Shuffle,
Skip,