Fix report-respond

This commit is contained in:
Dragon Fire
2024-04-27 10:05:51 -04:00
parent 4ee8070c6a
commit e51be71148
+1 -1
View File
@@ -1,7 +1,7 @@
const Command = require('../../framework/Command');
const { EmbedBuilder } = require('discord.js');
const types = ['reject', 'info', 'approve'];
const typesColors = ['RED', 'YELLOW', 'GREEN'];
const typesColors = ['Red', 'Yellow', 'Green'];
const displaytypes = ['❌ Rejected', '❓ Need More Info', '✅ Accepted/Fixed'];
module.exports = class ReportRespondCommand extends Command {