/Kado-bot

Discord bot for collecting/dueling anime cards

Primary LanguageJavaScriptMIT LicenseMIT

Kado Bot

Running on your own server

Prerequisites

Running

  1. Clone this repo
git clone https://github.com/LightYagami200/Kado-bot.git
  1. Cd into the cloned repo folder
cd Kado-bot
  1. Create a new file .env and add following:
MONGO_CONNECTION_STRING=<INSERT MONGO CONNECTION STRING HERE>
DISCORD_BOT_TOKEN=<INSERT DISCORD BOT TOKEN HERE>
  1. Now run:
docker-compose start