Преглед изворни кода

fix(interactions): unnecessary newline between field and comment

nitroflap пре 3 година
родитељ
комит
a731868627
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      interactions.go

+ 1 - 1
interactions.go

@@ -140,8 +140,8 @@ type Interaction struct {
 
 	// The message on which interaction was used.
 	// NOTE: this field is only filled when a button click triggered the interaction. Otherwise it will be nil.
-
 	Message *Message `json:"message"`
+
 	// The member who invoked this interaction.
 	// NOTE: this field is only filled when the slash command was invoked in a guild;
 	// if it was invoked in a DM, the `User` field will be filled instead.