Explorar o código

Allow marshaling of data field in interactions

Carson Hoffman %!s(int64=3) %!d(string=hai) anos
pai
achega
7c455ffc70
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      interactions.go

+ 1 - 1
interactions.go

@@ -131,7 +131,7 @@ func (t InteractionType) String() string {
 type Interaction struct {
 	ID        string          `json:"id"`
 	Type      InteractionType `json:"type"`
-	Data      InteractionData `json:"-"`
+	Data      InteractionData `json:"data"`
 	GuildID   string          `json:"guild_id"`
 	ChannelID string          `json:"channel_id"`