Skip to content

Commit

Permalink
rollback debug attampt
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-flip committed Jan 7, 2024
1 parent 4cf0add commit 03494e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/ENGINE/checkin/COMPONENT/button/deny.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 03494e0

Please sign in to comment.