Skip to content

Lock and unlock a Discord voice channel at certain times of day

License

Notifications You must be signed in to change notification settings

Erisa/discord-voice-curfew

Repository files navigation

Discord Voice Channel Curfew

Automatically locks and unlocks a Discord voice channel at specific times, sending prior warning to a text channel.

Made for a friends specific use-case, not intended to be ran by others.
Only works in one server at a time.

Quick setup:
Required: pipenv (usually sudo apt install pipenv)

git clone https://github.com/Erisa/discord-voice-curfew 
cd discord-voice-curfew
pipenv install
cp config.example.py config.py
# edit config.py at this point
pipenv run python bot.py

or:

# clone and cd into the repo
docker build -t curfew-bot .
cp config.example.py config.py
# edit config.py
docker run --name curfew-bot -v $PWD/config.py:/usr/src/app/config.py curfew-bot

About

Lock and unlock a Discord voice channel at certain times of day

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages