aboutsummaryrefslogtreecommitdiff
path: root/src/commands/queue.ts
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2021-11-17 16:16:00 -0500
committerMax Isom <[email protected]>2021-11-17 16:16:00 -0500
commitdd81fc47fd3810da2c977eb4164f09bc2151e0b2 (patch)
treececf621652600d2f1930774b8f17b3d83e104b2d /src/commands/queue.ts
parentdefb56ed5ec606da90557753f53ab66844e94843 (diff)
parent41b050a2f1fe4e2cb94629e2add1b490a69a2004 (diff)
downloadmuse-dd81fc47fd3810da2c977eb4164f09bc2151e0b2.tar.xz
muse-dd81fc47fd3810da2c977eb4164f09bc2151e0b2.zip
Merge branch 'master' into bugfix/only-add-listeners-once
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 85420e8..1c0735c 100644
--- a/src/commands/queue.ts
+++ b/src/commands/queue.ts
@@ -74,7 +74,7 @@ export default class implements Command {
embed.addField('Page', `${queuePage} out of ${maxQueuePage}`, false);
- await msg.channel.send(embed);
+ await msg.channel.send({embeds: [embed]});
} else {
await msg.channel.send('queue empty');
}