A Discord bot that allows users to subscribe to specific members and receive automated notifications on the server when those members join a voice channel.
- Subscribe to users and get notified when they join a voice channel
- Slash command support
- Persistent storage with MariaDB
- Dockerized and CI/CD-ready
- Place
docker-compose.yml
on your VPS (/root
or other directory). - Configure it with your environment variables.
- Import
NoticeMe.sql
into your MariaDB instance. - Start the bot:
docker-compose up -d
- Update the container:
docker-compose pull && docker-compose up -d
- Stop the bot:
docker-compose stop
- Java 20
- Spring Boot
- Hibernate
- MariaDB
- Docker
- Maven
- JDA
This project is licensed under the GNU GPL v3.
Details on how data is stored and used are described in the Privacy Policy.