Skip to content

Template for easy setup of discord bot development.

Notifications You must be signed in to change notification settings

airRnot1106/discord-bot-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discord-bot-template

About

Template for easy setup of discord bot development.

Requirements

Docker and PNPM are required to set up.

Getting Started

cd discord-bot-template
pnpm --dir bot install

Add your bot token to the .env file.

docker-compose -f compose-dev.yaml up --build -d # for development
docker-compose -f compose.yaml up --build -d # for production