https://github.com/danimydev/wzstats
Get up to date Warzone meta stats on Discord.
https://github.com/danimydev/wzstats
bot discord warzone
Last synced: 3 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 (10 months ago)
- Default Branch: master
- Last Pushed: 2025-01-29T03:47:36.000Z (8 months ago)
- Last Synced: 2025-03-24T02:52:39.936Z (7 months ago)
- Topics: bot, discord, warzone
- Language: TypeScript
- Homepage: https://wzstats.deno.dev/
- Size: 105 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 |