Unofficial wzstats.gg discord bot
There is no build / deps installation required.
# register slash commands
deno task register-commands --id="<APPLICATION_ID>" --token="DISCORD_BOT_TOKEN"deno task start
# hot reloading
deno task dev| 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 |