diff options
| author | Max Isom <[email protected]> | 2022-01-07 12:38:07 -0600 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2022-01-07 12:38:07 -0600 |
| commit | 892c06a1109480ba581f99b09d55c929c9a37f0a (patch) | |
| tree | b30a84eaa308d88ebb7f1d4a87149b726898d059 /src/commands | |
| parent | c1f64486e1574bab7bd275774a3cc3b26b8844e3 (diff) | |
| download | muse-892c06a1109480ba581f99b09d55c929c9a37f0a.tar.xz muse-892c06a1109480ba581f99b09d55c929c9a37f0a.zip | |
Bump discord.js
Diffstat (limited to 'src/commands')
| -rw-r--r-- | src/commands/queue.ts | 2 |
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; |
