UNPKG
discord-rb
Version:
latest (0.0.1)
0.0.1
Discord.rb is a library for interacting with the Discord API.
discord-rb
/
src
/
errors
/
Errors.js
10 lines
(8 loc)
•
256 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
Errors
=
{ INVALID_TOKEN:
"An invalid token was provided."
, EMPTY_MESSAGE:
"Cannot send an empty message."
, STRING:
"Type must be a string!"
, UNAUTHORIZED:
"Missing Access."
, UNKNOWN:
"Unknown Channel."
}
module
.
exports
= Errors