Skip to content

This is a Typescript Discord bot template repo to get a bot started and running.

Notifications You must be signed in to change notification settings

txj-xyz/discord-bot-template

Repository files navigation

Discord Bot Template

Installation

To install and run this bot correctly please fill out the following

  • Rename config/*.example.json files to config/*.json
  • Fill out the .env file correctly. (Only 1 token is required)

Running the bot

Start and run the bot with the following commands

# Start Production
npm run start

# Start development mode
npm run dev

# Watch for TSC errors
npm run watch

# Build docker image (check package.json)
npm run build

About

This is a Typescript Discord bot template repo to get a bot started and running.

Resources

Stars

Watchers

Forks

Packages

No packages published