aboutsummaryrefslogtreecommitdiff
path: root/src/commands/queue.ts
diff options
context:
space:
mode:
authorHellyson Rodrigo Parteka <[email protected]>2021-11-12 16:30:18 -0300
committerHellyson Rodrigo Parteka <[email protected]>2021-11-12 16:30:18 -0300
commit8448feebb6e8154ed0338989a0646be7918eb595 (patch)
treeaa19f5f08c3208be70898f044f15ae694cf34b8b /src/commands/queue.ts
parenta4e67d63839154916783e7b4a5f6c65006e759f3 (diff)
downloadmuse-8448feebb6e8154ed0338989a0646be7918eb595.tar.xz
muse-8448feebb6e8154ed0338989a0646be7918eb595.zip
feat: 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');
}