aboutsummaryrefslogtreecommitdiff
path: root/src/commands/queue.ts
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2021-12-12 12:59:19 -0500
committerMax Isom <[email protected]>2021-12-12 12:59:19 -0500
commitf833b3b7569b3151963cfcede76d73533f716f0f (patch)
tree893181d0403e1394233a987b3d962bc0df81f0b6 /src/commands/queue.ts
parent3924c8007c08fa62b71303333d3563671e3c3db1 (diff)
parentf146a2a57c83aa37b4601cf093acb1cfa700a41e (diff)
downloadmuse-f833b3b7569b3151963cfcede76d73533f716f0f.tar.xz
muse-f833b3b7569b3151963cfcede76d73533f716f0f.zip
Merge branch 'master' into play-behavior-fix-gpg
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');
}