mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
fix: require discordjserror to throw meaningful errors where necessary
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user