Skip to content

Custom discord bot for Leagues of Code's discord server

Notifications You must be signed in to change notification settings

PatatoBit/botsofcode

 
 

Repository files navigation

BotsOfCode drawing

A discord bot for managing tasks on Leagues of Code's Discord Server

🏗 Development

You'll need a redis database otherwise use Docker Compose

check out the .env file and replace everything with your own configuration

npm install
npm run dev 

If you want to use Nodemon to auto-reload while in development:

npm run watch

💻 Production

npm install --production
npm run build
npm run start

🐋 Docker

To start your application:

docker-compose up -d

To shut down your application:

docker-compose down

To view your application's logs:

docker-compose logs

For the full command list please view the Docker Documentation.

📜 Documentation

About

Custom discord bot for Leagues of Code's discord server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.6%
  • Dockerfile 2.3%
  • Shell 0.1%