Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Jul 25, 2022
1 parent 962b8e4 commit 2c3030c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cache/cache_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ const (
FlagStickers
FlagVoiceStates
FlagStageInstances
FlagsNone Flags = 0

FlagsAll = FlagGuilds |
FlagsNone Flags = 0
FlagsAll = FlagGuilds |
FlagGuildScheduledEvents |
FlagMembers |
FlagThreadMembers |
Expand Down

0 comments on commit 2c3030c

Please sign in to comment.