Explorar o código

Merge pull request #697 from hazebooth/master

Fix typo in ErrorEmbedDisabled (BREAKING)
bwmarrin %!s(int64=5) %!d(string=hai) anos
pai
achega
e33a993fd7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      structs.go

+ 1 - 1
structs.go

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