Discord bot codebase that promotes maintainability and versatility, allowing for easy implementation of new features and enhancements.
Explore the docs »
Report Bug
·
Request Feature
·
Usage Guide
Discord bot template codebase, with examples of event handling and integration with external APIs
- Run the commands
$ git clone https://github.com/nc1z/openai-discord-bot.git $ cd ./openai-discord-bot $ npm install
- Create a
.env
file in the root directory and input secrets. Refer to.env.example
. - Run the command for development
npm run start:dev
-
Run the command
docker build -t your-project-image-name .
-
Once the image is built, run the command
docker-compose up -d
Project Link: https://github.com/nc1z/openai-discord-bot