aboutsummaryrefslogtreecommitdiff
path: root/src/commands/queue.ts
diff options
context:
space:
mode:
authorHellyson Rodrigo Parteka <[email protected]>2021-11-12 16:30:18 -0300
committerMax Isom <[email protected]>2021-11-20 19:01:51 -0500
commitfe5f9cf9a7df3b9cc42d7165ca8566e36fa70039 (patch)
tree347b72ce0e04898ce8732153af1f9ef8e7937f48 /src/commands/queue.ts
parent1ddd19dbb97f77f51e30819a24cd839ace1f073e (diff)
downloadmuse-fe5f9cf9a7df3b9cc42d7165ca8566e36fa70039.tar.xz
muse-fe5f9cf9a7df3b9cc42d7165ca8566e36fa70039.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');
}