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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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