Fix destruction of text channels being counted as creation of text channels
This commit is contained in:
parent
bbf2789704
commit
6ee099023f
@ -98,7 +98,7 @@ namespace NadekoBot
|
||||
if (e.Channel.IsPrivate)
|
||||
return;
|
||||
if (e.Channel.Type == ChannelType.Text)
|
||||
VoiceChannelsCount++;
|
||||
TextChannelsCount--;
|
||||
else if (e.Channel.Type == ChannelType.Voice)
|
||||
VoiceChannelsCount--;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user