https://github.com/danimydev/wzstats
Get up to date Warzone meta stats on Discord.
https://github.com/danimydev/wzstats
bot discord warzone
Last synced: 2 months ago
JSON representation
Get up to date Warzone meta stats on Discord.
- Host: GitHub
- URL: https://github.com/danimydev/wzstats
- Owner: danimydev
- License: mit
- Created: 2024-11-30T16:31:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-11-05T00:57:29.000Z (8 months ago)
- Last Synced: 2026-01-27T01:17:03.117Z (5 months ago)
- Topics: bot, discord, warzone
- Language: TypeScript
- Homepage: https://wzstats.deno.dev/healthcheck
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wzstats
Unofficial wzstats.gg discord bot
## Usage
There is no build / deps installation required.
```bash
# register slash commands
deno task register-commands --id="" --token="DISCORD_BOT_TOKEN"
```
```bash
deno task start
# hot reloading
deno task dev
```
## Configuration
### Base
| Environment Variable | Description |
| -------------------- | -------------------------------------------- |
| APPLICATION_ID | Discord Discord bot app id |
| PUBLIC_KEY | Public Discord bot key |
| DISCORD_BOT_TOKEN | Secret Discord bot token |
| ADMIN_KEY | Secret you will use to interact with the api |