https://github.com/tale/wemoux
Wemoux Discord Bot
https://github.com/tale/wemoux
Last synced: about 1 year ago
JSON representation
Wemoux Discord Bot
- Host: GitHub
- URL: https://github.com/tale/wemoux
- Owner: tale
- Created: 2022-04-03T15:57:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-27T07:20:56.000Z (almost 4 years ago)
- Last Synced: 2025-02-05T23:53:54.015Z (over 1 year ago)
- Language: Dart
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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`.
```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'
```