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

Commit a159c79

Browse files
Merge pull request #50 from MitchTalmadge/develop
Fix max channels per category.
2 parents 949db7c + 7fa1ad0 commit a159c79

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)