fix(interactions): unnecessary newline between field and comment
This commit is contained in:
parent
195a4c4418
commit
a731868627
1 changed files with 1 additions and 1 deletions
|
@ -140,8 +140,8 @@ type Interaction struct {
|
||||||
|
|
||||||
// The message on which interaction was used.
|
// 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.
|
// NOTE: this field is only filled when a button click triggered the interaction. Otherwise it will be nil.
|
||||||
|
|
||||||
Message *Message `json:"message"`
|
Message *Message `json:"message"`
|
||||||
|
|
||||||
// The member who invoked this interaction.
|
// The member who invoked this interaction.
|
||||||
// NOTE: this field is only filled when the slash command was invoked in a guild;
|
// 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.
|
// if it was invoked in a DM, the `User` field will be filled instead.
|
||||||
|
|
Loading…
Reference in a new issue