Skip to content

Commit

Permalink
remove redundant type
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning committed Jan 1, 2024
1 parent f95fbb5 commit a06b470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsapi.go
Expand Up @@ -253,7 +253,7 @@ func (s *Session) subscribeGuilds(wsConn *websocket.Conn, listening <-chan inter
s.RequestLazyGuild(RequestLazyGuildData{
GuildID: guild.ID,
Channels: map[string][][]int{
channels[0]: [][]int{{0, 1}},
channels[0]: {{0, 1}},
},
Typing: true,
Threads: true,
Expand Down

0 comments on commit a06b470

Please sign in to comment.