From 942cce913dcf00acc94f4a2cefc0902427a6c7b7 Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Sat, 6 May 2023 23:45:09 -0400 Subject: add option to auto add bot users to new apps --- src/util/config/types/GeneralConfiguration.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util') diff --git a/src/util/config/types/GeneralConfiguration.ts b/src/util/config/types/GeneralConfiguration.ts index c20fe9a7..cff8c527 100644 --- a/src/util/config/types/GeneralConfiguration.ts +++ b/src/util/config/types/GeneralConfiguration.ts @@ -28,4 +28,5 @@ export class GeneralConfiguration { correspondenceUserID: string | null = null; image: string | null = null; instanceId: string = Snowflake.generate(); + autoCreateBotUsers: boolean = false; } -- cgit 1.5.1