Advanced Search
Search Results
11 total results found
Discord Bot Knowledgebase
VoiceTwine
Knowledge base for my Discord bot, VoiceTwine, a temporary and dynamic voice channel manager that is completely open-sourced and free!
Installing VoiceTwine
There are four primary ways to set up VoiceTwine on your server, each ranging in difficulty of setup, shown below from easiest to hardest. If you have any issues with setup, feel free to join my Discord server or add me on Discord, @twijn.
Setting Up and Configuring VoiceTwine
This outlines the basic in setting up and configuring your VoiceTwine instance!
Additional Knowledge
Required for PaaS, Pterodactyl, and self-hosted setups. NOT required when using the official Discord bot!
Adding the official VoiceTwine Bot
Using the official VoiceTwine bot is the easiest way to set up the application, although you will be somewhat limited in customization options! Remember, you still can modify the nickname of the bot if you'd like. Authorize on Discord Remember: You can only...
Platform-as-a-Service (PaaS)
Platform-as-a-Service (PaaS) allows you to operate your own VoiceTwine instance, using your own Discord application credentials, to provide you with a free, easy-to-setup solution with additional setting options. Creating your VoiceTwine instance First, you'...
Creating a Master Channel
Master voice channels are the complete purpose for VoiceTwine, and they're easy to create! Using the /master-channel create command, you can create the category (optional) and the voice channel where VoiceTwine will live. Command Options The /master-channe...
Creating a new Discord application
Creating a Discord application is easy, and it provides VoiceTwine with the bot user necessary to function. These steps are not required when using the official Discord bot. Creating a Discord application To create your Discord application, head over to the...
Enabling MariaDB / Pterodactyl Setups
You may instead wish to use a MariaDB instance instead of the pre-configured SQLite database. It is currently not possible to transfer current SQLite settings to MariaDB. Following these instructions will cause all current master/child channels to not functio...
Creating a Database Using CLI
Creating a new database and user using the CLI might be necessary for self-hosted bare metal instances or self-hosting Pterodactyl instances which do not have server databases setup. Entering the MariaDB CLI Enter the MariaDB CLI: sudo mysql -u root You ma...