Skip to content

Commit

Permalink
Fix category name (#311)
Browse files Browse the repository at this point in the history
Back to lowercase, let's see if the command can be run now
  • Loading branch information
Shadowfiend authored Jul 10, 2024
2 parents 03fdefd + 314419d commit 90ceb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord-scripts/channel-management.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 90ceb43

Please sign in to comment.