mirror of
https://github.com/danbulant/Shasha
synced 2026-05-24 12:22:00 +00:00
bug fix
This commit is contained in:
parent
07882ee2c8
commit
01abcc8295
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue