mirror of
https://github.com/hazemKrimi/discord-bot.git
synced 2026-05-01 18:30:25 +00:00
fixed seek command
This commit is contained in:
@@ -68,8 +68,8 @@ Structures.extend('Guild', Guild => {
|
||||
if (queue[0].type !== 'other') embed.addField('By', queue[0].by);
|
||||
embed.addField('Duration', queue[0].duration);
|
||||
await message.say({ embed });
|
||||
return queue.shift();
|
||||
}
|
||||
return queue.shift();
|
||||
});
|
||||
|
||||
dispatcher.on('finish', async () => {
|
||||
|
||||
Reference in New Issue
Block a user