Browse Source

Add reply and application command message types

Carson Hoffman 3 năm trước cách đây
mục cha
commit
9fc2793e83
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      message.go

+ 2 - 0
message.go

@@ -36,6 +36,8 @@ const (
 	MessageTypeChannelFollowAdd
 	MessageTypeGuildDiscoveryDisqualified = iota + 1
 	MessageTypeGuildDiscoveryRequalified
+	MessageTypeReply = iota + 4
+	MessageTypeApplicationCommand
 )
 
 // A Message stores all data related to a specific Discord message.