mirror of
https://github.com/danbulant/Shasha
synced 2026-05-19 03:58:38 +00:00
remove unused declaration
This commit is contained in:
parent
a1b5e6af17
commit
879ec5ff4c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
const { Structures, Guild, GuildMember, BanOptions, Role } = require("discord.js"),
|
||||
const { Structures, Guild, GuildMember, BanOptions } = require("discord.js"),
|
||||
{ database } = require("../database/mongo"),
|
||||
{ errLog, defaultEventLogEmbed, defaultDateFormat, trySend } = require("./functions");
|
||||
const { createSchedule } = require("../cmds/moderation/src/createSchedule");
|
||||
|
|
|
|||
Loading…
Reference in a new issue