forked from pothtonswer/discordmuffin
Fix typo in ErrorEmbedDisabled
This commit is contained in:
parent
638303f174
commit
97726fe5b6
1 changed files with 1 additions and 1 deletions
|
@ -957,7 +957,7 @@ const (
|
|||
ErrCodeMissingAccess = 50001
|
||||
ErrCodeInvalidAccountType = 50002
|
||||
ErrCodeCannotExecuteActionOnDMChannel = 50003
|
||||
ErrCodeEmbedCisabled = 50004
|
||||
ErrCodeEmbedDisabled = 50004
|
||||
ErrCodeCannotEditFromAnotherUser = 50005
|
||||
ErrCodeCannotSendEmptyMessage = 50006
|
||||
ErrCodeCannotSendMessagesToThisUser = 50007
|
||||
|
|
Loading…
Reference in a new issue