mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
Destructure certain imports (#1634)
This commit is contained in:
committed by
Amish Shah
parent
029efe5cb0
commit
7b44262346
@@ -1,5 +1,5 @@
|
||||
const Collection = require('../../util/Collection');
|
||||
const EventEmitter = require('events').EventEmitter;
|
||||
const EventEmitter = require('events');
|
||||
|
||||
/**
|
||||
* Filter to be applied to the collector.
|
||||
|
||||
Reference in New Issue
Block a user