ChatGPT bridge to Discord.
Find a file
Wroclaw 339ef06ff9 Quota: Refactor how Quotas are being handled
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*.
2023-09-21 07:11:15 +02:00
src Quota: Refactor how Quotas are being handled 2023-09-21 07:11:15 +02:00
.eslintrc.json meta: change eslint styling and tsconfig project config 2023-09-18 10:41:54 +02:00
.gitignore Configuration: recactor how it is written and handled 2023-09-18 11:22:10 +02:00
Dockerfile Add Dockerfile 2023-09-18 11:26:37 +02:00
package-lock.json Update dependencies 2023-07-30 21:37:37 +02:00
package.json Prisma: fix typo [breaking change] 2023-09-18 11:24:35 +02:00
README.md Configuration: recactor how it is written and handled 2023-09-18 11:22:10 +02:00
schema.prisma Prisma: fix typo [breaking change] 2023-09-18 11:24:35 +02:00
tsconfig.eslint.json meta: change eslint styling and tsconfig project config 2023-09-18 10:41:54 +02:00
tsconfig.json meta: change eslint styling and tsconfig project config 2023-09-18 10:41:54 +02:00

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:

  1. config.ts in the project root folder, that exports an IConfig. That interface can be imported from ./src/configDefault.
  2. Using environment variables, as defined in defaultConfig.ts.