"If I'm powered down, restart me. You leave me for scrap, I'll kill you."
KAY/O is a Discord bot that will send a message when a team / league is playing.
If you want to invite KAY/O on your server, use this link.
Here is a docker-compose
file for deploying KAY/O yourself.
Find the Riot API key in your browser when visiting the official Valorant pro schedule.
version: '3'
services:
kayo:
container_name: kayo
image: ghcr.io/haysberg/kayo:main
restart: unless-stopped
environment:
- DISCORD_TOKEN=<your_discord_token_here>
- RIOT_API_KEY=<riot_key_here>
- LOGLEVEL=INFO
volumes:
- /your/path/here:/app/db