Skip to content

Commit

Permalink
fix: gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
FedorLap2006 committed Feb 17, 2022
1 parent 4389357 commit bad9909
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file added examples/autocomplete/autocomplete.exe
Binary file not shown.
Binary file added examples/modals/modals.exe
Binary file not shown.
Binary file added examples/slash_commands/slash_commands.exe
Binary file not shown.
Binary file added examples/threads/threads.exe
Binary file not shown.
6 changes: 3 additions & 3 deletions message.go
Expand Up @@ -139,11 +139,11 @@ type Message struct {
// This is a combination of bit masks; the presence of a certain permission can
// be checked by performing a bitwise AND between this int and the flag.
Flags MessageFlags `json:"flags"`

// The thread that was started from this message, includes thread member object
Thread *Channel `json:"thread,omitempty"`
// An array of Sticker objects, if any were sent.

// An array of Sticker objects, if any were sent.
StickerItems []*Sticker `json:"sticker_items"`
}

Expand Down

0 comments on commit bad9909

Please sign in to comment.