Fix typo in ErrorEmbedDisabled

This commit is contained in:
Haze Booth 2019-09-28 03:34:22 -04:00
parent 638303f174
commit 97726fe5b6
No known key found for this signature in database
GPG key ID: E43ADF9634B99745

View file

@ -957,7 +957,7 @@ const (
ErrCodeMissingAccess = 50001 ErrCodeMissingAccess = 50001
ErrCodeInvalidAccountType = 50002 ErrCodeInvalidAccountType = 50002
ErrCodeCannotExecuteActionOnDMChannel = 50003 ErrCodeCannotExecuteActionOnDMChannel = 50003
ErrCodeEmbedCisabled = 50004 ErrCodeEmbedDisabled = 50004
ErrCodeCannotEditFromAnotherUser = 50005 ErrCodeCannotEditFromAnotherUser = 50005
ErrCodeCannotSendEmptyMessage = 50006 ErrCodeCannotSendEmptyMessage = 50006
ErrCodeCannotSendMessagesToThisUser = 50007 ErrCodeCannotSendMessagesToThisUser = 50007