mirror of
https://github.com/danbulant/Shasha
synced 2026-06-06 16:10:19 +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 { ranLog, errLog, trySend, findMemberRegEx, multipleMembersFound, cleanMentionID } = require("../../resources/functions");
|
||||||
const { database } = require("../../database/mongo");
|
const { database } = require("../../database/mongo");
|
||||||
const { randomColors } = require("../../config.json");
|
const { randomColors } = require("../../config.json");
|
||||||
const { isArray } = require("util");
|
|
||||||
|
|
||||||
module.exports = class avatar extends commando.Command {
|
module.exports = class avatar extends commando.Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue