aboutsummaryrefslogtreecommitdiff
path: root/commands/random.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/random.js')
-rw-r--r--commands/random.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/random.js b/commands/random.js
index 3769552..a5ddfe2 100644
--- a/commands/random.js
+++ b/commands/random.js
@@ -25,7 +25,7 @@ module.exports = async (interaction) => {
await interaction.reply({
ephemeral: interaction.guild !== null,
embeds: [
- getEmbed(keys[1], interaction.user.id, interaction.guild ? interaction.guild.id : 0)
+ getEmbed(keys[1], interaction.user.id, interaction.guild ? interaction.guild.id : 0, false, interaction.user, interaction.member, interaction.guild)
],
components: [
new MessageActionRow()