Skip to content

Commit

Permalink
Upgraded categories limit
Browse files Browse the repository at this point in the history
  • Loading branch information
The0mikkel committed Oct 31, 2023
1 parent 010f8b0 commit 0c9d0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/team/TeamConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Colors from "../../data/Helper/Colors";
require(`dotenv`).config();

export default class TeamConfig extends TeamCommand {
private allowedCategories: number = 5;
private allowedCategories: number = 10;

constructor() {
super(
Expand Down

0 comments on commit 0c9d0bc

Please sign in to comment.