chatgpt-discord-bot
chatgpt-discord-bot copied to clipboard
The ultimate AI-powered Discord bot
Turing 
The ultimate AI-powered Discord bot
Requirements
Turing API
The Turing API plays an important role in the bot, as it's used for most of the features, like image generation, image viewing, chatting & moderation filters. You will be able to find various documentation about the API here.
Create a Discord bot application
You will need to create a Discord bot application here. The bot does not require any special intents. Then, save the token and application ID for the next step.
Configuration
Firstly, copy the configuration example in src/config.example.json to src/config.json, and follow all the steps inside the file.
You will have to fill out all required fields, or else the bot may not work as expected or at all.
Building
Firstly, run npm install to obtain all the packages & depencies.
Then, run npm run build to build the bot.
Once built, you will be able to start the bot using npm run start.