This python script based on discord.py which allows you to create discord voice channels on the go which gets deleted when everyone leaves the vc and the vc gets empty.
🚀 You can ⭐ this repo if you find this useful for your discord server.
Configure config.json
{
"token": "you_bot_token_here,
"channel": 990246407887XXXXXX,
"category": 870569337856XXXXXX
}
Channel and Category must be an Integer & your bot token a String. Channel ID represents the channel which is to be joined in order to create a VC & Category ID represent the category in which the bot will generate VC.
Run generator.py
$python generator.py