An open API service indexing awesome lists of open source software.

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.

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 |