master
Marc 2021-05-28 17:28:01 +01:00
parent 6c0d9911c8
commit 2e5c2123f2
No known key found for this signature in database
GPG Key ID: 0657563F705ACAAE
1 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@ func (f *Features) handleSetSlowmode(s *discordgo.Session, m *discordgo.MessageC
for _, channel := range channels {
s.ChannelEditComplex(channel.ID, &discordgo.ChannelEdit{
Position: channel.Position,
RateLimitPerUser: slowModeTime,
})
}
@ -45,7 +44,6 @@ func (f *Features) handleSetSlowmode(s *discordgo.Session, m *discordgo.MessageC
}
_, err = s.ChannelEditComplex(m.ChannelID, &discordgo.ChannelEdit{
Position: channel.Position,
RateLimitPerUser: slowModeTime,
})
if err != nil {