misc: add UNKNOWN_WEBHOOK error code (#2775)

* Add UNKNOWN_WEBHOOK error code

* docs: Update typings
This commit is contained in:
Kyra
2018-08-21 10:41:42 +02:00
committed by SpaceEEC
parent 5787deef26
commit 6be8172539
2 changed files with 3 additions and 0 deletions

1
typings/index.d.ts vendored
View File

@@ -1380,6 +1380,7 @@ declare module 'discord.js' {
UNKNOWN_TOKEN: number;
UNKNOWN_USER: number;
UNKNOWN_EMOJI: number;
UNKNOWN_WEBHOOK: number;
BOT_PROHIBITED_ENDPOINT: number;
BOT_ONLY_ENDPOINT: number;
MAXIMUM_GUILDS: number;