Updated the apllications to check for left users
Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
@@ -8,12 +8,6 @@ module.exports = {
|
||||
|
||||
async execute(interaction) {
|
||||
|
||||
const channel = interaction.channel;
|
||||
const guild = interaction.guild;
|
||||
const embedColor = Number(color.replace("#", "0x"));
|
||||
|
||||
const message = interaction.message;
|
||||
|
||||
const modal = new ModalBuilder()
|
||||
.setTitle('Deny Reason')
|
||||
.setCustomId('denyreasonbox')
|
||||
|
||||
Reference in New Issue
Block a user