My go at coding a bot similar to VoiceMaster. This bot watches a voice channel, and when users connect to it, it moves them to a new temporary voice channel
Go to file
Elnath 6cdd236d48 Bugfix: Created channel permissions were not inherited from the category's 2021-01-03 23:39:32 +01:00
ChannelsConfigFile Channels config file now has version information and set up basis for converting to newer versions 2021-01-01 23:17:38 +01:00
utils Using discord.py commands framework by subclassing Cog 2021-01-03 23:23:41 +01:00
.gitignore Bot now responds to commands and channels can be added to list of watched channels 2020-12-26 20:15:25 +01:00
Dockerfile Updated Dockerfile so that python process can receive shutdown signals 2020-12-29 01:43:33 +01:00
LICENSE.txt Added license 2020-12-26 22:57:45 +01:00
VocalMaisBot.py Bugfix: Created channel permissions were not inherited from the category's 2021-01-03 23:39:32 +01:00
docker-compose.yml Added Dockerfile and docker-compose 2020-12-26 22:53:41 +01:00
requirements.txt Initial commit 2020-12-26 16:51:46 +01:00