fix: require discordjserror to throw meaningful errors where necessary

This commit is contained in:
Pascal
2018-01-22 20:23:36 +01:00
parent 86da7af4f1
commit 07c48a6845
9 changed files with 11 additions and 5 deletions

View File

@@ -1,4 +1,6 @@
const DataStore = require('./DataStore');
const { Error } = require('../errors');
/**
* A data store to store User models who reacted to a MessageReaction.
* @extends {DataStore}