tale / wemoux

Wemoux Discord Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wemoux

Wemoux is the Discord bot used in the Tick Tock server.
It only has one purpose, and that's to notify of a new day in the #log-of-lag channel.

This project is deployed using Kubernetes, so apply the following secret before applying the manifest at kubernetes.yaml.

apiVersion: v1
kind: Secret
metadata:
    name: wemoux-bot-config
type: Opaque
stringData:
    DISCORD_TOKEN: 'bot_token'
    LOG_OF_LAG_ID: 'log_of_lag_id'

About

Wemoux Discord Bot


Languages

Language:Dart 86.2%Language:Dockerfile 13.8%