diff --git a/functions/ENGINE/checkin/COMPONENT/button/deny.js b/functions/ENGINE/checkin/COMPONENT/button/deny.js index 728b64e..7d4a2fc 100644 --- a/functions/ENGINE/checkin/COMPONENT/button/deny.js +++ b/functions/ENGINE/checkin/COMPONENT/button/deny.js @@ -15,7 +15,7 @@ module.exports.run = async (interaction) => { await client.functions.get('ENGINE_checkin_transcriptChannel').run(checkinChannel); // delete channel - // await checkinChannel.delete(); + await checkinChannel.delete(); }; module.exports.data = {