fixed seek command

This commit is contained in:
Hazem Krimi
2020-05-14 12:00:36 +01:00
parent 1cba913457
commit f8fc9a07be
+1 -1
View File
@@ -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();
}
});
dispatcher.on('finish', async () => {