Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Commit 7fa1ad0

Browse files
committed
Fix max channels per category.
1 parent a08926a commit 7fa1ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants/discord.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export namespace DiscordConstants {
22

3-
export const MAX_CHANNELS_PER_CATEGORY = 3;
3+
export const MAX_CHANNELS_PER_CATEGORY = 50;
44

55
}

0 commit comments

Comments
 (0)