Add ErrCodeUnknownWebhook (#573)

This commit is contained in:
Qais Patankar 2018-08-18 17:10:18 +01:00 committed by Chris Rhodes
parent 38d030aaed
commit 34307e9a0b

View file

@ -929,6 +929,7 @@ const (
ErrCodeUnknownToken = 10012
ErrCodeUnknownUser = 10013
ErrCodeUnknownEmoji = 10014
ErrCodeUnknownWebhook = 10015
ErrCodeBotsCannotUseEndpoint = 20001
ErrCodeOnlyBotsCanUseEndpoint = 20002