Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 459 Bytes

readme.md

File metadata and controls

37 lines (24 loc) · 459 Bytes

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