Skip to content

YueMi-Development/Discord-Bot-Templates

Repository files navigation

Discord Bot Templates

A simple Discord bot template using Node.js.


Requirements

  • Node.js
  • npm
  • Discord bot token

Installation

npm install

Configuration

  1. Copy the environment file:

    cp .env.example .env
  2. Edit .env and set your bot token:

     DISCORD_TOKEN=your_bot_token_here
     DISCORD_CLIENT_ID=your_client_id_here
     LOG_LEVEL=INFO

Run the Bot

npm start

Notes

  • Do not commit your .env file
  • Make sure the bot has the required intents enabled in Discord Developer Portal

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors