UNPKG

discord-rb

Version:

Discord.rb is a library for interacting with the Discord API.

10 lines (8 loc) 256 B
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