Make bot invites configurable

This commit is contained in:
Rory&
2026-01-24 19:27:39 +01:00
parent f3f4a557f3
commit 4dd959ad54
3 changed files with 5 additions and 4 deletions

View File

@@ -19,4 +19,5 @@
export class UserConfiguration {
blockedContains: string[] = ["discord", "clyde", "spacebar", "steam", "community", "support", "ticket"];
blockedEquals: string[] = ["everyone", "here"];
botsCanUseInvites = false;
}