diff --git a/discord-bot/commands/set-realm.js b/discord-bot/commands/set-realm.js index 73707e25..7d9c0c70 100644 --- a/discord-bot/commands/set-realm.js +++ b/discord-bot/commands/set-realm.js @@ -31,7 +31,7 @@ module.exports = { .setName("set-realm") .setDescription("Set your primary AeThex realm/arm"), - async execute(interaction, supabase) { + async execute(interaction, supabase, client) { await interaction.deferReply({ ephemeral: true }); try {