Skip to content

A Hypixel to Discord guild chat bridge

License

Notifications You must be signed in to change notification settings

tale/kittea-bot

Repository files navigation

Kittea Cafe Chat Bot

The Kittea Cafe guild chat to discord bot.
This bot is capable of acting as a bridge between

I do not recommend that you attempt to deploy this project yourself. It has a very specific use
This project is deployed using Kubernetes, so apply the following secret before applying the manifest at deploy.yaml.

apiVersion: v1
kind: Secret
metadata:
  name: kittea-bot-credentials
type: Opaque
stringData:
    MC_EMAIL: 'account_email'
    MC_PASSWORD: 'account_password'
    DISCORD_TOKEN: 'bot_token'
    DISCORD_CHAT_CHANNEL: 'chat_channel_id'
    DISCORD_NOTIFY_CHANNEL: 'notify_channel_id'

Development

This project works best in Docker and relies on Taskfile
.

Ubuntu: sudo snap install task --classic macOS: brew install go-task/tap/go-task