AlexPresso / judy-discord-bot

A small custom Discord bot with a highly generic code-base made with Discord.js which supports slash-commands, cron-jobs and much more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Judy

A small custom Discord bot with a highly generic code-base made with Discord.js which supports slash-commands, cron-jobs and much more.

Features

  • 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]

Deployment

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)

About

A small custom Discord bot with a highly generic code-base made with Discord.js which supports slash-commands, cron-jobs and much more.


Languages

Language:JavaScript 99.4%Language:Dockerfile 0.6%