aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/pony.js2
-rw-r--r--commands/random.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/commands/pony.js b/commands/pony.js
index ef29fb9..cd83c66 100644
--- a/commands/pony.js
+++ b/commands/pony.js
@@ -72,7 +72,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, false, interaction.user)
+ getEmbed(keys[1], interaction.user.id, interaction.guild ? interaction.guild.id : 0, false, interaction.user, interaction.member, interaction.guild)
],
components: [
row
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()