Bump discord.js

This commit is contained in:
Max Isom 2022-01-07 12:38:07 -06:00
parent c1f64486e1
commit 892c06a110
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
5 changed files with 145 additions and 205 deletions

View file

@ -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;