From 97726fe5b6c2493ef66ae0bf4dfcb2dc349c08a9 Mon Sep 17 00:00:00 2001 From: Haze Booth Date: Sat, 28 Sep 2019 03:34:22 -0400 Subject: [PATCH] Fix typo in ErrorEmbedDisabled --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structs.go b/structs.go index 9db3a96..44ffd13 100644 --- a/structs.go +++ b/structs.go @@ -957,7 +957,7 @@ const ( ErrCodeMissingAccess = 50001 ErrCodeInvalidAccountType = 50002 ErrCodeCannotExecuteActionOnDMChannel = 50003 - ErrCodeEmbedCisabled = 50004 + ErrCodeEmbedDisabled = 50004 ErrCodeCannotEditFromAnotherUser = 50005 ErrCodeCannotSendEmptyMessage = 50006 ErrCodeCannotSendMessagesToThisUser = 50007