fix(arabot): fix no reply for voice channel updates

This commit is contained in:
Anthony 2023-04-30 23:06:49 +01:00
parent 90207acaae
commit 0b68a7c524

View File

@ -170,9 +170,7 @@ export class AccessCommand extends Command {
});
return;
}
return;
}
} else {
// Set permissions of text channel
switch (permission) {
case 'add':
@ -207,6 +205,7 @@ export class AccessCommand extends Command {
});
return;
}
}
await interaction.reply(`Successfully updated permissions for ${channel}`);
}