forked from pothtonswer/discordmuffin
Add ErrCodeUnknownWebhook (#573)
This commit is contained in:
parent
38d030aaed
commit
34307e9a0b
1 changed files with 1 additions and 0 deletions
|
@ -929,6 +929,7 @@ const (
|
|||
ErrCodeUnknownToken = 10012
|
||||
ErrCodeUnknownUser = 10013
|
||||
ErrCodeUnknownEmoji = 10014
|
||||
ErrCodeUnknownWebhook = 10015
|
||||
|
||||
ErrCodeBotsCannotUseEndpoint = 20001
|
||||
ErrCodeOnlyBotsCanUseEndpoint = 20002
|
||||
|
|
Loading…
Reference in a new issue