Skip to content

Mahsidak/airhornbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

airhornbot

A Node.js implementation of Airhorn Bot.

Setup

Prerequisites:

  • Redis Server
  • Yarn

Website

Build the website for usage.

Example commands:

cd website
yarn install
yarn run build

Bot

Build the bot and webserver process.

Make sure to update/create config.json!

Example commands:

cd bot
yarn install
yarn run build

To register the slash commands:

cd bot
yarn run register-commands

To run the bot:

cd bot
yarn run bot

To run the web server:

cd bot
yarn run web

About

The only bot for Discord you'll ever need.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.8%
  • TypeScript 36.3%
  • Stylus 11.4%
  • Shell 0.5%