https://github.com/nea89o/privateroombot
https://github.com/nea89o/privateroombot
audio discord discord-bot spaghetti voice
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nea89o/privateroombot
- Owner: nea89o
- Created: 2018-02-08T19:18:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T14:09:24.000Z (over 8 years ago)
- Last Synced: 2025-02-10T06:13:28.868Z (over 1 year ago)
- Topics: audio, discord, discord-bot, spaghetti, voice
- Language: Java
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
## privateroombot
this bot allows you to automatically create private voice chats. per person.
simply join a voice channel and get redirected to your own private channel where you can move all your friends in.
### setup
download a [][2] and put in a separate folder.
also add a file called `config.json` with the following content:
```json
{
"token": "TOKEN",
"from_channel_id": "the channel you want people to join in order to get an own channel. see ID's",
"category_id": "the channel category you want all channels to be collected in. see ID's",
"format": "(optional). put the name of the private room channel in here. %s will be replaced with the name."
}
```
you can get your bots token from [the discord developers page][1]
there create an application with botuser associated. paste the bot users token in the config.
#### on your server
create a channel category for all private channels. put the "get private channel"-channel in there, but NOT the "wait for move"-channel. disallow connecting for the category, but explicitly reallow it for the "get private room"-channel. create a "waiting for move"-channel and allow moving others for @everyone and disallow speaking. done.
#### ids
discord ids identify a channel/user. you can view them by
- going to your settings -> appearance -> developer mode
- right-click on the channel -> copy id. then paste in the `config.json`
[1]: https://discordapp.com/developers/applications/me
[2]: https://github.com/romangraef/privateroombot/releases/latest