Update set-realm to use client and assign roles

cgen-1492787223bc470689b38b4f78e3ef38
This commit is contained in:
Builder.io 2025-11-08 13:41:09 +00:00
parent 3a59315da8
commit 7e6549c722

View file

@ -31,7 +31,7 @@ module.exports = {
.setName("set-realm") .setName("set-realm")
.setDescription("Set your primary AeThex realm/arm"), .setDescription("Set your primary AeThex realm/arm"),
async execute(interaction, supabase) { async execute(interaction, supabase, client) {
await interaction.deferReply({ ephemeral: true }); await interaction.deferReply({ ephemeral: true });
try { try {