No description
  • JavaScript 93.5%
  • Dockerfile 6.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-03-05 09:19:53 -05:00
.env.example update for new API 2025-03-05 09:07:57 -05:00
.gitignore move from npm to bun 2024-12-26 16:44:39 +00:00
bun.lockb update deps 2025-03-05 09:16:43 -05:00
docker-compose.yml update for new API 2025-03-05 09:07:57 -05:00
Dockerfile move from npm to bun 2024-12-26 16:44:39 +00:00
index.js add space for better formatting 2025-03-05 09:18:08 -05:00
package.json update deps 2025-03-05 09:16:43 -05:00
README.md Update README.md 2025-03-05 09:19:53 -05:00

Ultra API Discord Bot

image

Setup

ULTRA_URL=https://username.hostname.usbx.me/ultra-api/total-stats
ULTRA_TOKEN=your_API_token
TOKEN=Discord_Bot_Token

NodeJS

npm install or bun install (I prefer bun)
node index.js

Docker

docker-compose up -d --build