Update set-realm to use client and assign roles
cgen-1492787223bc470689b38b4f78e3ef38
This commit is contained in:
parent
3a59315da8
commit
7e6549c722
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue