We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7ba9b commit d6d400eCopy full SHA for d6d400e
internal/cache_impl.go
@@ -562,7 +562,6 @@ func (c *CacheImpl) VoiceStateCache(guildID api.Snowflake) map[api.Snowflake]*ap
562
func (c *CacheImpl) CacheVoiceState(voiceState *api.VoiceState) *api.VoiceState {
563
// only cache voice states for ourself or member is cached & cache flag activated
564
if c.cacheFlags.Missing(api.CacheFlagVoiceState) && voiceState.UserID != c.disgo.ApplicationID() {
565
- println(2)
566
return voiceState
567
}
568
if guildVoiceStates, ok := c.voiceStates[voiceState.GuildID]; ok {
0 commit comments