mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
fix(Errors): throw DiscordjsErrors where one would expect them (#1905)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
const DataStore = require('./DataStore');
|
||||
const Collection = require('../util/Collection');
|
||||
const { Error } = require('../errors');
|
||||
let Message;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user