mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-12 20:41:37 +02:00
Bump discord.js
This commit is contained in:
parent
c1f64486e1
commit
892c06a110
5 changed files with 145 additions and 205 deletions
|
@ -63,7 +63,7 @@ export default class implements Command {
|
|||
footer += ` (${currentlyPlaying.playlist.title})`;
|
||||
}
|
||||
|
||||
embed.setFooter(footer);
|
||||
embed.setFooter({text: footer});
|
||||
|
||||
const queuePageBegin = (queuePage - 1) * PAGE_SIZE;
|
||||
const queuePageEnd = queuePageBegin + PAGE_SIZE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue