Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
/ kayo-old Public archive

KAY/O is a Discord bot that sends Valorant esport alerts.

License

Notifications You must be signed in to change notification settings

haysberg/kayo-old

Repository files navigation

🤖 KAY/O

"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.

Using the hosted version

If you want to invite KAY/O on your server, use this link.

Deployment

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

About

KAY/O is a Discord bot that sends Valorant esport alerts.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published