A small custom Discord bot with a highly generic code-base made with Discord.js which supports slash-commands, cron-jobs and much more.
- Autoloader : auto-loads and updates events, slash-commands and cron-jobs
- Logs : logs deleted/edited messages, user joining/quitting the server
- Temporary vocal channels : Join a vocal channel to spawn your own vocal channel and gives you inherited category permissions + edit permissions.
- Birthdays : Add your members birthdays and be notified in a desired channel
- [Fork and add your own in
./events
,./commands
and./scheduled
]
Docker:
docker pull ghcr.io/alexpresso/judy-discord-bot:latest
(other images are available here)
Kubernetes:
helm repo add alexpresso helm.alexpresso.me
helm install judy alexpresso/judy
(see available values here)