mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
lint error
This commit is contained in:
parent
ee6c19ca7e
commit
be56087c23
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ const Invite = require('./Invite');
|
|||
const GuildAuditLogs = require('./GuildAuditLogs');
|
||||
const Webhook = require('./Webhook');
|
||||
const VoiceRegion = require('./VoiceRegion');
|
||||
const { ChannelTypes, DefaultMessageNotifications, Events, browser } = require('../util/Constants');
|
||||
const { ChannelTypes, DefaultMessageNotifications, browser } = require('../util/Constants');
|
||||
const Collection = require('../util/Collection');
|
||||
const Util = require('../util/Util');
|
||||
const DataResolver = require('../util/DataResolver');
|
||||
|
|
|
|||
Loading…
Reference in a new issue