Skip to content

Commit

Permalink
Update message types to reflect new separations
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonHoffman committed Aug 18, 2021
1 parent f6231ab commit 3dc6f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message.go
Expand Up @@ -38,7 +38,7 @@ const (
MessageTypeGuildDiscoveryDisqualified MessageType = 14
MessageTypeGuildDiscoveryRequalified MessageType = 15
MessageTypeReply MessageType = 19
MessageTypeApplicationCommand MessageType = 20
MessageTypeChatInputCommand MessageType = 20
)

// A Message stores all data related to a specific Discord message.
Expand Down

0 comments on commit 3dc6f6b

Please sign in to comment.