diff --git a/discord-scripts/channel-management.ts b/discord-scripts/channel-management.ts index e9af261d..8042e798 100644 --- a/discord-scripts/channel-management.ts +++ b/discord-scripts/channel-management.ts @@ -9,7 +9,7 @@ import { } from "discord.js" import { writeFile, unlink } from "fs/promises" -export const defenseCategoryName = "Defense" +export const defenseCategoryName = "defense" export const defenseArchiveCategoryName = "Archive: Defense" // fetch messages in batch of 100 in-order to go past rate limit.