Block a user
Voice player_finished if the original user has left the channel
Clear voice temp files
Could track what sound is playing + filename, assume that if it's finished playing that one then it's probably good to delete? not ideal
Auto create and remove voice channels
Would be good once #21 is implemented as then we'll have an alert called for users joining / leaving
Dockerise
#!/bin/sh
apt-get update
apt-get -y install python3 python3-pip ffmpeg
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
python3 src/main.py