mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-11 12:21:37 +02:00
feat: remove from queue
+ fix typo queuecommand
This commit is contained in:
parent
46701a8aab
commit
5a74115beb
4 changed files with 86 additions and 2 deletions
|
@ -37,6 +37,7 @@ export default class implements Command {
|
|||
this.getSongs = getSongs;
|
||||
}
|
||||
|
||||
// eslint-disable-next-line complexity
|
||||
public async execute(msg: Message, args: string[]): Promise<void> {
|
||||
const [targetVoiceChannel] = getMemberVoiceChannel(msg.member!) ?? getMostPopularVoiceChannel(msg.guild!);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue