airhornbot

airhornbot

The only bot for Discord you'll ever need.

Stars: 881

Visit
 screenshot

airhornbot is a TypeScript implementation of AIRHORN SOLUTIONS. It includes a website and a bot with a web server process. The setup requires a Postgres Server and Node.js v18. The website can be built using npm commands, and the bot can be built and run using npx commands after setting up the environment variables in the .env file.

README:

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

For Tasks:

Click tags to check more tools for each tasks

For Jobs:

Alternative AI tools for airhornbot

Similar Open Source Tools

For similar tasks

For similar jobs