Merge pull request #697 from hazebooth/master

Fix typo in ErrorEmbedDisabled (BREAKING)
This commit is contained in:
bwmarrin 2019-10-01 12:56:50 -05:00 committed by GitHub
commit e33a993fd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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