/KurzgesagtParisMeetupBot

Official discord bot of the Kurzgesagt Paris Meetup server

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Builded with discord.js & discordx

📖 Introduction

This bot haves multiple functions to help organize meetup.

🏗 Development

make .env
npm install
npm run dev

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

npm run watch

💻 Production

make .env
npm install --production
npm run build
npm run start

🐋 Docker

To start your application:

make start

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