Removed unused imports and cleaned up

This commit is contained in:
2023-11-20 12:34:27 +01:00
parent 2ba3803b64
commit d9ccf78c47
8 changed files with 10 additions and 89 deletions

View File

@@ -1,9 +1,6 @@
const { InteractionType, EmbedBuilder, ActionRowBuilder, ButtonBuilder, ButtonStyle } = require('discord.js');
const { color } = require('../../config/options.json');
const mongoose = require('mongoose');
const staffapp = require('../../schemas/staffAppSchema.js');
const fs = require('fs');
const path = require('path');
module.exports = {
name: 'staffdenyreasonbox',