diff options
Diffstat (limited to 'commands/pony.js')
-rw-r--r-- | commands/pony.js | 2 |
1 files changed, 1 insertions, 1 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 |