Skip to content

KentekenBot/KentekenBot

Repository files navigation

KentekenBot

A Discord bot that allows you to get info from Dutch license plates using commands.

Run Locally

Clone the project

  git clone git@github.com:Kefkef123/KentekenBot.git

Go to the project directory

  cd KentekenBot

Install dependencies

  npm ci

Setup settings and create empty db

  cp settings.json.example settings.json
  touch kentekenbot.db

Start the bot

  npm run dev