Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 800 Bytes

File metadata and controls

23 lines (18 loc) · 800 Bytes

Installation Guide

Installing via NPM

Clone the repo by running

git clone https://github.com/DebugNation/bite-bingo.git

After cloning Fill all requirement in .env (rename .env.example to .env), then run

npm install

Command registration (Slash commands only need to be registered once, and updated when the definition (description, options etc) is changed.)

node deploy-commands.js

Start your bot

node index.js