fix(typings): collections import

This commit is contained in:
Crawl
2019-09-10 20:34:47 +02:00
committed by GitHub
parent 321beb73bd
commit ac44a7fc57

2
typings/index.d.ts vendored
View File

@@ -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';