mirror of
https://github.com/0xGingi/ultracc-discord.git
synced 2026-09-21 11:54:25 -04:00
No description
- JavaScript 93.5%
- Dockerfile 6.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .env.example | ||
| .gitignore | ||
| bun.lockb | ||
| docker-compose.yml | ||
| Dockerfile | ||
| index.js | ||
| package.json | ||
| README.md | ||
Ultra API Discord Bot
Setup
-
Make a .env file with
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