ChatGPT bridge to Discord.
Wroclaw
1b402c791c
channelId is set for commands executed outside of common guilds no changes for usage logging in database is required |
||
---|---|---|
scripts | ||
src | ||
.eslintrc.json | ||
.gitignore | ||
Dockerfile | ||
package-lock.json | ||
package.json | ||
README.md | ||
schema.prisma | ||
shell.nix | ||
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.