8000 GitHub - haykam821/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

haykam821/airhornbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

airhornbot

A TypeScript implementation of AIRHORN SOLUTIONS.

Setup

Prerequisites:

  • Postgres Server
  • Node.js v18 (and npm)

Website

Build the website for the bot.

Example commands:

cd website
npm install
cp .env.example .env
# Edit the .env file to have the correct values for your setup
npm run build

Bot

Build the bot and web server process.

Example commands:

cd bot
npm install
cp .env.example .env
# Edit the .env file to have the correct values for your setup
npx prisma generate
npm run build
npx prisma migrate deploy

To run the bot:

cd bot
npm run bot

To run the web server:

cd bot
npm 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

  • TypeScript 88.3%
  • Stylus 10.4%
  • HTML 1.3%
0