summaryrefslogtreecommitdiffstats
path: root/src/constants.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants.js')
-rw-r--r--src/constants.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/constants.js b/src/constants.js
index 1db1be1e3..09b05f291 100644
--- a/src/constants.js
+++ b/src/constants.js
@@ -216,3 +216,11 @@ export const VIRTUAL_BACKGROUND = {
DEFAULT: 10,
},
}
+
+export const BOT = {
+ STATE: {
+ DISABLED: 0,
+ ENABLED: 1,
+ FORCE_ENABLED: 2,
+ },
+}