Skip to content

Commit

Permalink
💚 fix discord dep issues (revert) #3115
Browse files Browse the repository at this point in the history
  • Loading branch information
smashah committed May 11, 2023
1 parent 3c57208 commit ef91e41
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 133 deletions.
147 changes: 16 additions & 131 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
},
"dependencies": {
"@brillout/import": "^0.2.1",
"@discordjs/collection": "^1.5.1",
"@discordjs/collection": "0.8.0",
"@open-wa/wa-automate-socket-client": "*",
"@open-wa/wa-decrypt": "^4.3.1",
"atob": "^2.1.2",
Expand Down Expand Up @@ -182,5 +182,8 @@
"winston-daily-rotate-file": "^4.5.5",
"winston-syslog": "^2.5.0",
"xmlbuilder2": "^3.0.2"
},
"overrides": {
"uuid": "^9.0.0"
}
}
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 { Collection as BaseCollection} from '@discordjs/collection';
import BaseCollection from '@discordjs/collection';
import { EventEmitter } from 'events';

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

0 comments on commit ef91e41

Please sign in to comment.