Merge pull request #449 from Tibo442/patch-1
Fix destruction of text channels being counted as creation of text channels
This commit is contained in:
commit
ef960da294
@ -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