Welcome to TempVoice, a powerful and flexible solution for managing temporary voice channels on Discord. With TempVoice, you can create and control voice channels that are both temporary and multilingual, enhancing your community experience.
- Dynamic Voice Channels: Create and manage voice channels that automatically delete when no users are present.
- Multilingual Support: Communicate in multiple languages effortlessly.
- User Control: Allow users to create their own temporary channels with ease.
- Modular Design: Easily extend or modify functionalities to fit your needs.
- Ephemeral Channels: Automatically remove channels after a set period or when empty.
To get started with TempVoice, you need to clone the repository and install the necessary dependencies.
-
Clone the repository:
git clone https://github.com/knasnaj/tempvoice.git cd tempvoice
-
Install the dependencies:
npm install
-
Configure your bot token and settings in the
.env
file. -
Start the bot:
node index.js
For detailed installation instructions, check the Releases section.
Once installed, you can invite the bot to your server. Use the following command to create a temporary voice channel:
!createchannel [channel-name]
Replace [channel-name]
with your desired channel name. The bot will create a voice channel that lasts as long as there are users in it.
!createchannel Game Night
This command creates a voice channel named "Game Night". The channel will disappear when all users leave.
Here are some key commands you can use with TempVoice:
- Create Channel:
!createchannel [channel-name]
- Delete Channel:
!deletechannel [channel-name]
- List Channels:
!listchannels
- Set Language:
!setlanguage [language-code]
For a complete list of commands, refer to the documentation.
We welcome contributions! If you want to help improve TempVoice, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/YourFeature
- Make your changes.
- Commit your changes:
git commit -m "Add some feature"
- Push to the branch:
git push origin feature/YourFeature
- Open a Pull Request.
Please ensure your code adheres to the existing style and includes tests where applicable.
This project is licensed under the MIT License. See the LICENSE file for details.
If you encounter any issues or have questions, please open an issue in the repository or contact us through our Discord server.
For the latest updates and releases, visit our Releases page. Here, you can download the latest version and see the changelog.
Thank you for using TempVoice! We hope it enhances your Discord experience. If you have suggestions or feedback, feel free to reach out!