8000 GitHub - CyberFlameGO/airhornbot: The only bot for Discord you'll ever need.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CyberFlameGO/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

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

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