aboutsummaryrefslogtreecommitdiff
path: root/src/commands/queue.ts
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2022-01-07 12:38:07 -0600
committerMax Isom <[email protected]>2022-01-07 12:38:07 -0600
commit892c06a1109480ba581f99b09d55c929c9a37f0a (patch)
treeb30a84eaa308d88ebb7f1d4a87149b726898d059 /src/commands/queue.ts
parentc1f64486e1574bab7bd275774a3cc3b26b8844e3 (diff)
downloadmuse-892c06a1109480ba581f99b09d55c929c9a37f0a.tar.xz
muse-892c06a1109480ba581f99b09d55c929c9a37f0a.zip
Bump discord.js
Diffstat (limited to 'src/commands/queue.ts')
-rw-r--r--src/commands/queue.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/queue.ts b/src/commands/queue.ts
index 1c0735c..58d6377 100644
--- a/src/commands/queue.ts
+++ b/src/commands/queue.ts
@@ -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;