mirror of
https://github.com/danbulant/discord.js
synced 2026-06-06 16:22:08 +00:00
backport: UNKNOWN_WEBHOOK (#2777)
This commit is contained in:
parent
091b4fc214
commit
89986ae293
1 changed files with 2 additions and 0 deletions
|
|
@ -745,6 +745,7 @@ exports.Colors = {
|
||||||
* * UNKNOWN_TOKEN
|
* * UNKNOWN_TOKEN
|
||||||
* * UNKNOWN_USER
|
* * UNKNOWN_USER
|
||||||
* * UNKNOWN_EMOJI
|
* * UNKNOWN_EMOJI
|
||||||
|
* * UNKNOWN_WEBHOOK
|
||||||
* * BOT_PROHIBITED_ENDPOINT
|
* * BOT_PROHIBITED_ENDPOINT
|
||||||
* * BOT_ONLY_ENDPOINT
|
* * BOT_ONLY_ENDPOINT
|
||||||
* * MAXIMUM_GUILDS
|
* * MAXIMUM_GUILDS
|
||||||
|
|
@ -791,6 +792,7 @@ exports.APIErrors = {
|
||||||
UNKNOWN_TOKEN: 10012,
|
UNKNOWN_TOKEN: 10012,
|
||||||
UNKNOWN_USER: 10013,
|
UNKNOWN_USER: 10013,
|
||||||
UNKNOWN_EMOJI: 10014,
|
UNKNOWN_EMOJI: 10014,
|
||||||
|
UNKNOWN_WEBHOOK: 10015,
|
||||||
BOT_PROHIBITED_ENDPOINT: 20001,
|
BOT_PROHIBITED_ENDPOINT: 20001,
|
||||||
BOT_ONLY_ENDPOINT: 20002,
|
BOT_ONLY_ENDPOINT: 20002,
|
||||||
MAXIMUM_GUILDS: 30001,
|
MAXIMUM_GUILDS: 30001,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue