Makes a thread that runs every 10 minutes and does a dice roll between 0 and 8 and if that diceroll results 5 it will join the channel and leave after 3 mins.
TODO: Implement the code that is commented out with this same todo message so that it additionally to checking every 10 min it also has a 1 in 20 chance to join when a user joins a voicechannel, this already works.
What needs to be implemented is that it has to wait 3 min and then leave.
Makes a thread that runs every 10 minutes and does a dice roll between 0 and 8 and if that diceroll results 5 it will join the channel and leave after 3 mins.
TODO: Implement the code that is commented out with this same todo message so that it additionally to checking every 10 min it also has a 1 in 20 chance to join when a user joins a voicechannel, this already works. What needs to be implemented is that it has to wait 3 min and then leave.
fixes #2