Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Latest commit

 

History

History
44 lines (33 loc) · 1.08 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.08 KB

Rooms Bot

Rooms Bot links text-channel and voice-channels together. The text-channels are invisible until a user joins the linked voice-channel.

Active Bot

Click Here!

Commands

To add link a text-channel with a voice channel

  • .rooms add #channel voice channel ID

To remove a link

  • .rooms remove #text-channel or voice channel ID

To list all your linked channels

  • .rooms list

Run Your own Instance

Requirements

Setup

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 .

Running

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

Notes

Set a CONFIG_PATH enviroment variable to set a custom path for the config.yml