chore: remove finished todo

This commit is contained in:
rladenson 2024-12-31 06:11:52 -07:00 committed by Petal Ladenson
parent 2d19142b44
commit a8c027e4f4

View file

@ -26,8 +26,6 @@ public class ServerConfig
await ctx.CheckGuildContext().CheckAuthorPermission(PermissionSet.ManageGuild, "Manage Server"); await ctx.CheckGuildContext().CheckAuthorPermission(PermissionSet.ManageGuild, "Manage Server");
var items = new List<PaginatedConfigItem>(); var items = new List<PaginatedConfigItem>();
// TODO: move log channel / blacklist into here
items.Add(new( items.Add(new(
"log cleanup", "log cleanup",
"Whether to clean up other bots' log channels", "Whether to clean up other bots' log channels",