summaryrefslogtreecommitdiff
path: root/server/src/Config.ts
diff options
context:
space:
mode:
author8cy <[email protected]>2020-07-26 07:02:25 -0700
committer8cy <[email protected]>2020-07-26 07:02:25 -0700
commit8a7f1253716c79e2d36d356b9ad380d382d8603e (patch)
tree91281e6ce74752560c2c38ddc3587a6541370436 /server/src/Config.ts
parentimprovment: bold and tag darling check (diff)
downloaddep-core-test-captcha.tar.xz
dep-core-test-captcha.zip
feat/ fix/ chore/ improvmenttest-captcha
feat: - new img method on client - verification command finally lul, this also had me add stuff to the config fix: - fanart msg now says "video/ img" instead of just video. - re-add f reaction to leave msgs chore: - capitalize s in sending in help msg. improvement: - 3 new welcome msgs - 4 new goodbye msgs - make "1/ 1000" in secret msg bold and react with star emoji
Diffstat (limited to 'server/src/Config.ts')
-rw-r--r--server/src/Config.ts9
1 files changed, 8 insertions, 1 deletions
diff --git a/server/src/Config.ts b/server/src/Config.ts
index 107f357..827f7c8 100644
--- a/server/src/Config.ts
+++ b/server/src/Config.ts
@@ -15,4 +15,11 @@ export const validIDs: string[] = [
'649676743195754550' // Soph
];
export const mongoDBUri: string = "mongodb+srv://sin:[email protected]/aki-web?retryWrites=true&w=majority";
-export const emmaServer: string = "663964105983393793"; \ No newline at end of file
+export const emmaServer: string = "663964105983393793";
+export const captchaSettings: object = {
+ background: '#7289Da',
+ color: false,
+ size: 6
+};
+export const verificationRole: string = "Disinfector";
+export const verificationChannel: string = "verification"; \ No newline at end of file