/openai-discord-bot

NodeJs discord bot template codebase

Primary LanguageTypeScript

📃Openai Discord Bot

Node.js Badge Discord Badge OpenAI Badge

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


About The Project

Discord bot template codebase, with examples of event handling and integration with external APIs

Usage Guide

  1. Run the commands
    $ git clone https://github.com/nc1z/openai-discord-bot.git
    $ cd ./openai-discord-bot
    $ npm install
    
  2. Create a .env file in the root directory and input secrets. Refer to .env.example.
  3. Run the command for development
    npm run start:dev
    

Running with Docker

  1. Run the command

    docker build -t your-project-image-name .
  2. Once the image is built, run the command

    docker-compose up -d

Contact

Project Link: https://github.com/nc1z/openai-discord-bot

(back to top)