https://github.com/mathisburger/klammeraeffchen
Discord sound-bot with web interface
https://github.com/mathisburger/klammeraeffchen
Last synced: 6 months ago
JSON representation
Discord sound-bot with web interface
- Host: GitHub
- URL: https://github.com/mathisburger/klammeraeffchen
- Owner: MathisBurger
- Created: 2024-05-28T12:17:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T19:32:01.000Z (about 2 years ago)
- Last Synced: 2025-01-28T14:44:38.402Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 1.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Klammeräffchen
This is a simple discord soundboard bot that has a simple web UI to add new sounds with just logging in into the interface
via discord. It is built to run only on one single server at a time, or multiple servers, that all have the same users, because all sounds are sharded among all guilds.
So you will have to self-host this application in order to use it on your own.
## Project status
This project is currently done. Due to the unknown recommendations in the beginning, there are some technical decisions
that does not make any sense, like using websockets. Simple REST would have been better in this case, but because the implementation was already done, it was easier to keep it in place.
So please be patient about the questionable decisions made in this project.
## Installation
Just modify the `docker-compose.yml` for your needs.