ChatGPT bridge to Discord.
Wroclaw
339ef06ff9
also renamed limits to quota I believe this new approach would allow me and bot hosters to add, implement or change the quota behavior more easily. Reimplemented the currently existing "Message count" limit to use the new IQuota, refactoring a code *a little*. |
||
---|---|---|
src | ||
.eslintrc.json | ||
.gitignore | ||
Dockerfile | ||
package-lock.json | ||
package.json | ||
README.md | ||
schema.prisma | ||
tsconfig.eslint.json | ||
tsconfig.json |
GPTcord
Connect ChatGPT to your Discord chat! This is a direct bridge to bring ChatGPT to discord.
Configuration
Project can be configured in two ways:
config.ts
in the project root folder, that exports anIConfig
. That interface can be imported from./src/configDefault
.- Using environment variables, as defined in defaultConfig.ts.