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,6 +1,7 @@
const Collection = require('../util/Collection');
const Snowflake = require('../util/Snowflake');
const Base = require('./Base');
const { TypeError } = require('../errors');
/**
* Represents a custom emoji.