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

dylhack/rooms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Hide text-channels with voice channels!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages