Skip to content

Commit

Permalink
馃殤 fix collector import
Browse files Browse the repository at this point in the history
  • Loading branch information
smashah committed May 20, 2023
1 parent ef2dcff commit 1ff6282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/Collector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Please see: https://discord.js.org/#/docs/main/stable/class/Collector
*/
// import { EventEmitter2 } from 'eventemitter2';
import BaseCollection from '@discordjs/collection';
import {Collection as BaseCollection} from '@discordjs/collection'
import { EventEmitter } from 'events';

export class Collection<K, V> extends BaseCollection<K, V> {
Expand Down

0 comments on commit 1ff6282

Please sign in to comment.