aboutsummaryrefslogtreecommitdiff
path: root/src/commands/queue.ts
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2021-11-17 16:07:29 -0500
committerGitHub <[email protected]>2021-11-17 16:07:29 -0500
commit41b050a2f1fe4e2cb94629e2add1b490a69a2004 (patch)
tree78a10ca06380acfa6a114b734b206325b06610ad /src/commands/queue.ts
parenta4e67d63839154916783e7b4a5f6c65006e759f3 (diff)
parent96bf53b28a9cfa30e1d171ae0539f52fd926e1c2 (diff)
downloadmuse-41b050a2f1fe4e2cb94629e2add1b490a69a2004.tar.xz
muse-41b050a2f1fe4e2cb94629e2add1b490a69a2004.zip
Merge pull request #397 from Hellysonrp/discord-js-v13
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');
}