This commit is contained in:
Neko Life 2021-05-10 13:22:04 +00:00
parent 07882ee2c8
commit 01abcc8295

View file

@ -5,7 +5,6 @@ const { MessageEmbed } = require("discord.js");
const { ranLog, errLog, trySend, findMemberRegEx, multipleMembersFound, cleanMentionID } = require("../../resources/functions");
const { database } = require("../../database/mongo");
const { randomColors } = require("../../config.json");
const { isArray } = require("util");
module.exports = class avatar extends commando.Command {
constructor(client) {