summary refs log tree commit diff
path: root/src/util
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2023-05-06 23:45:09 -0400
committerPuyodead1 <puyodead@proton.me>2023-05-06 23:53:43 -0400
commit942cce913dcf00acc94f4a2cefc0902427a6c7b7 (patch)
tree04762306165888187d68a8d51e9b498f3c201bd7 /src/util
parentadd flags property to voice state update (diff)
downloadserver-942cce913dcf00acc94f4a2cefc0902427a6c7b7.tar.xz
add option to auto add bot users to new apps
Diffstat (limited to 'src/util')
-rw-r--r--src/util/config/types/GeneralConfiguration.ts1
1 files changed, 1 insertions, 0 deletions
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; }