Skip to content

Commit

Permalink
why did this dupe
Browse files Browse the repository at this point in the history
  • Loading branch information
mlnrDev committed Jun 30, 2023
1 parent bea22f5 commit 7122cdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion discord/channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,6 @@ func (c *GuildForumChannel) UnmarshalJSON(data []byte) error {
c.Topic = v.Topic
c.NSFW = v.NSFW
c.RateLimitPerUser = v.RateLimitPerUser
c.RateLimitPerUser = v.RateLimitPerUser
c.Flags = v.Flags
c.AvailableTags = v.AvailableTags
c.DefaultReactionEmoji = v.DefaultReactionEmoji
Expand Down

0 comments on commit 7122cdc

Please sign in to comment.