Rooms Bot links text-channel and voice-channels together. The text-channels are invisible until a user joins the linked voice-channel.
To add link a text-channel with a voice channel
- .rooms add
#channel
voice channel ID
To remove a link
- .rooms remove
#text-channel
orvoice channel ID
To list all your linked channels
- .rooms list
Open up your terminal / command line and run the following commands
git clone https://github.com/dylhack/rooms rooms
cd ./rooms
cargo build --release
mv ./target/release/rooms .
Now you can execute the rooms binary. Upon executing it for the first time it will generate a
config.yml
file.
./rooms
Please fill out the config.yml
Set a CONFIG_PATH
enviroment variable to set a custom path for the config.yml