Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.4 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.4 KB

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