slightly less verbose logging
This commit is contained in:
parent
dce148b844
commit
8f154ce5ae
5 changed files with 4 additions and 23 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue