From ac44a7fc5717e4dfad52285658e2c529fcc60875 Mon Sep 17 00:00:00 2001 From: Crawl Date: Tue, 10 Sep 2019 20:34:47 +0200 Subject: [PATCH] fix(typings): collections import --- typings/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typings/index.d.ts b/typings/index.d.ts index e56769f38..501d54e9a 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -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';