mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix(typings): collections import
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -1,5 +1,5 @@
|
||||
declare module 'discord.js' {
|
||||
import BaseCollection from '@discord.js/collection';
|
||||
import BaseCollection from '@discordjs/collection';
|
||||
import { EventEmitter } from 'events';
|
||||
import { Stream, Readable, Writable } from 'stream';
|
||||
import { ChildProcess } from 'child_process';
|
||||
|
||||
Reference in New Issue
Block a user