/fabricadenoobs-discordbot

A simple Discord bot for Fábrica de Noobs

Primary LanguageTypeScript

Installing

First, clone this repository:

git clone https://github.com/naccib/fabricadenoobs-discordbot.git

Then, install all the dependencies:

yarn install # if you use yarn
npm install * # if you use npm

Now set the following enviroment variables:

TOKEN=YOUR_BOT_TOKEN
PREFIX=YOUR_BOT_PREFIX

Then just run

nf start

To start the bot.