This commit is contained in:
Dragon Fire
2024-03-30 00:34:20 -04:00
parent 8d8198784e
commit ddffab395e
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
const Command = require('../../framework/Command');
const { list, removeFromArray } = require('../../util/Util');
const { removeFromArray } = require('../../util/Util');
const types = ['user', 'guild'];
module.exports = class UnblacklistCommand extends Command {