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 af61dda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion message.go
Expand Up @@ -38,7 +38,8 @@ const (
MessageTypeGuildDiscoveryDisqualified MessageType = 14
MessageTypeGuildDiscoveryRequalified MessageType = 15
MessageTypeReply MessageType = 19
MessageTypeApplicationCommand MessageType = 20
MessageTypeChatInputCommand MessageType = 20
MessageTypeContextMenuCommand MessageType = 23
)

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

0 comments on commit af61dda

Please sign in to comment.