/mns-bot

A simple TypeScript Discord bot for querying the MNS.

Primary LanguageTypeScriptMIT LicenseMIT

mns-bot

mns-bot

A simple TypeScript Discord bot for querying the MNS.

Prerequisites

Setup

  • clone this repo
git clone https://github.com/SeqSEE/mns-bot.git
  • install the dependencies
cd mns-bot
npm install
  • build the project
npm run build
  • start the bot
npm run start