Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/alexpresso/judy-discord-bot
discord discord-bot discord-custom-bot discord-js discordjs
Last synced: 3 months ago
JSON representation
A small custom Discord bot with a highly generic code-base made with Discord.js which supports slash-commands, cron-jobs and much more.
- Host: GitHub
- URL: https://github.com/alexpresso/judy-discord-bot
- Owner: AlexPresso
- Created: 2022-03-29T11:04:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T22:20:22.000Z (9 months ago)
- Last Synced: 2024-04-24T19:24:46.157Z (9 months ago)
- Topics: discord, discord-bot, discord-custom-bot, discord-js, discordjs
- Language: JavaScript
- Homepage:
- Size: 107 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Judy
A small custom Discord bot with a highly generic code-base made with [Discord.js](https://discord.js.org/#/)
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](https://github.com/AlexPresso/judy-discord-bot/pkgs/container/judy-discord-bot))
__Kubernetes__:
- `helm repo add alexpresso helm.alexpresso.me`
- `helm install judy alexpresso/judy` (see available values [here](https://github.com/AlexPresso/helm.alexpresso.me/blob/main/charts/judy-discord-bot/values.yaml))