From 43428f8a747f1b3e6b2a3418173910ce3ff1866c Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Wed, 16 Feb 2022 17:40:02 -0500 Subject: feat: start testing perspectiveApi, and fix checkScamMentions --- src/config/example-options.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/config/example-options.ts') diff --git a/src/config/example-options.ts b/src/config/example-options.ts index 338428e..1b384c4 100644 --- a/src/config/example-options.ts +++ b/src/config/example-options.ts @@ -9,7 +9,8 @@ export default new Config({ wolframAlphaAppId: '[APP_ID]', imgurClientId: '[CLIENT_ID]', imgurClientSecret: '[CLIENT_SECRET]', - sentryDsn: 'SENTRY_DSN' + sentryDsn: 'SENTRY_DSN', + perspectiveApiKey: '[PERSPECTIVE_API_KEY]' }, environment: 'development', owners: [ -- cgit