Skip to content

arnabdotpy/discord-vc-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Discord VC Generation Bot

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.

Run The Script

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

Developer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages