Skip to content

A discord bot that dynamically creates new voice channels and removes them afterwards.

Notifications You must be signed in to change notification settings

Pawl-Patrol/Dynamic-Voice-Channels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 

Repository files navigation

The bot is no longer maintained and hosted. Please consider hosting it yourself. See below

Dynamic Voice Channels

Maintenance

When discord.py got discontinued in 2022, I rewrote the bot using disnake. Then discord.py got continued again, which means another rewrite would be required to stay up to date with the ecosystem. This will probably happen in the future. Host the bot yourself as long as it still works.

Introduction

Have you always wanted a fast discord bot that automatically creates new voice channels and is also easy to use? Then this bot is perfect for you. It automatically creates a new voice channel as soon as you join a certain channel and deletes it afterwards.

Examples

  • Dynamic channels:

Example

Installation

Python 3.8 or higher is required

  1. Install disnake which can be found here:
pip install disnake
  1. Install psutil:
pip install psutil
  1. Prepare config.py:
  • replace the TOKEN string in start-bot.py with your bot's token
  1. Open a command line in your bot's directory and run:
python ./start-bot.py

Wiki

wiki

Links

About

A discord bot that dynamically creates new voice channels and removes them afterwards.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages