mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
fix(typings): collections import
This commit is contained in:
parent
321beb73bd
commit
ac44a7fc57
1 changed files with 1 additions and 1 deletions
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';
|
||||
|
|
|
|||
Loading…
Reference in a new issue