Skip to content

megoRU/NoticeMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoticeMe

Java CI Discord Docker Pulls Docker Image Size

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.


✨ Features

  • Subscribe to users and get notified when they join a voice channel
  • Slash command support
  • Persistent storage with MariaDB
  • Dockerized and CI/CD-ready

🚀 Quick Start

Add the bot to your server

Click here to invite

Run with Docker

  1. Place docker-compose.yml on your VPS (/root or other directory).
  2. Configure it with your environment variables.
  3. Import NoticeMe.sql into your MariaDB instance.
  4. Start the bot:
docker-compose up -d
  1. Update the container:
docker-compose pull && docker-compose up -d
  1. Stop the bot:
docker-compose stop

🛠 Tech Stack

  • Java 20
  • Spring Boot
  • Hibernate
  • MariaDB
  • Docker
  • Maven
  • JDA

📄 License

This project is licensed under the GNU GPL v3.


🔒 Privacy

Details on how data is stored and used are described in the Privacy Policy.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published