slightly less verbose logging

This commit is contained in:
sam 2024-10-29 21:32:33 +01:00
parent dce148b844
commit 8f154ce5ae
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
5 changed files with 4 additions and 23 deletions

View file

@ -142,11 +142,6 @@ public class IgnoreChannelCommands(
})
.ToList();
foreach (var ch in ignoredChannels)
{
_logger.Debug("Channel: {ChannelId}, type: {Type}", ch.Id, ch.Type);
}
var embed = new EmbedBuilder()
.WithTitle($"Ignored channels in {guild.Name}")
.WithColour(DiscordUtils.Purple);