AutoVox is a personal project primarily focused on automatically managing voice channels by dynamically creating and deleting them, as well as assigning default roles. However, that’s just the beginning, as future plans include more advanced features for a streamlined Discord experience.
To run AutoVox, you need to have Python 3.10+ and the py-cord
library installed. Follow these steps:
git clone https://github.com/ItsKoga/AutoVox-bot.git
cd AutoVox-bot
Use pip
to install the required packages:
pip install -r requirements.txt
Create a .env
file in the root directory of the project with the following content:
TOKEN = <your-bot-token>
DB_HOST = <your-database-host>
DB_USER = <your-database-user>
DB_PASS = <your-database-password>
DB_NAME = <your-database-name>
TOKEN: The token for your Discord bot. You can get this from the Discord Developer Portal.
python bot.py
Make sure the bot is invited to your Discord server with the proper permissions. You can generate an invite link using the Discord Developer Portal.
Feel free to contribute to the project! Please submit a pull request with a detailed description of the changes.
This project is licensed under the MIT License (with modifications). See the LICENSE file for details.