fix(Errors): throw DiscordjsErrors where one would expect them (#1905)

This commit is contained in:
SpaceEEC
2017-09-08 00:50:01 +02:00
committed by Crawl
parent d6b276bc29
commit e34bd7c09c
3 changed files with 3 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
const DataStore = require('./DataStore');
const Collection = require('../util/Collection');
const { Error } = require('../errors');
let Message;
/**