This is a modern bot to use on discord servers, with base commands and implementation of ChatGPT
Clone the project, install node modules and follow the Guide / Usage
npm install
Change the config.example.json with the keys and ids that its needed.
- You will need get an OpenAI Api key: OpenAI Api Keys
- You will need to create a discord bot: Discord Developers Docs
- Get your discord id and discord key from your developer page: Discord Developer Portal
Register commands in discord api (First you have to create the bot in [Discord Developer Portal)
node deploy-commands.js
- This is a personal project done by me, all the code is done following the discord api documentations.
- This project is free to use as template for bigger discord bots.
- For more information follow Discord Developers Documentation