commit | 35e737136188e522bc62896327b44f8e17bfe2d7 | [log] [tgz] |
---|---|---|
author | TheCodedProf <samuel.shuert@gmail.com> | Fri Mar 10 17:35:35 2023 -0500 |
committer | TheCodedProf <samuel.shuert@gmail.com> | Fri Mar 10 17:35:35 2023 -0500 |
tree | 1d9e8bcf6c9e2e91783868ed6d5f2ff066f9bcc4 | |
parent | 252e7bd67a7d14ae6f46c81643c6aa5afea32889 [diff] [blame] |
updated /nucleus suggest to be nice, fixed help, added needs saving to footer for automod settings.
diff --git a/src/config/main.d.ts b/src/config/main.d.ts index 8953c52..6c610e0 100644 --- a/src/config/main.d.ts +++ b/src/config/main.d.ts
@@ -18,12 +18,13 @@ authSource: string; }; baseUrl: string; - rapidApiKey: string; clamav: { socket?: string; host?: string; port?: number; }; + githubPAT: string; + suggestionChannel: string; }; export default config;