The only bot for Discord you'll ever need.
919
stars
170
commits
TypeScript
primary language
Aug 11, 2026
updated
A TypeScript implementation of AIRHORN SOLUTIONS.
Prerequisites:
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
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
TypeScript
91.6%
Stylus
7.4%
The only bot for Discord you'll ever need.
919
stars
170
commits
TypeScript
primary language
Aug 11, 2026
updated
A TypeScript implementation of AIRHORN SOLUTIONS.
Prerequisites:
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
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
TypeScript
91.6%
Stylus
7.4%