Skip to content

Commit

Permalink
prefix consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
sebm253 committed Dec 13, 2022
1 parent 91c6862 commit 08f8ef8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions discord/channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -1197,9 +1197,9 @@ const (
type DefaultForumLayout int

const (
Default DefaultForumLayout = iota
List
Grid
DefaultForumLayoutDefault DefaultForumLayout = iota
DefaultForumLayoutList
DefaultForumLayoutGrid
)

type AutoArchiveDuration int
Expand Down

0 comments on commit 08f8ef8

Please sign in to comment.