From 7e6549c722a5087ce4d0b85c313b98df287deb55 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 8 Nov 2025 13:41:09 +0000 Subject: [PATCH] Update set-realm to use client and assign roles cgen-1492787223bc470689b38b4f78e3ef38 --- discord-bot/commands/set-realm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {