https://github.com/nick-fury-6023/temporary-voice-channel-discord-bot
"Temporary Voice Channel Discord Bot" "GitHub repository for a temporary voice channel Discord bot. Create and manage temporary voice channels with ease, providing a seamless experience for users to collaborate in dedicated voice channels."
https://github.com/nick-fury-6023/temporary-voice-channel-discord-bot
discord-bot discord-js discordjs14 temporary v14-js voice
Last synced: 4 months ago
JSON representation
"Temporary Voice Channel Discord Bot" "GitHub repository for a temporary voice channel Discord bot. Create and manage temporary voice channels with ease, providing a seamless experience for users to collaborate in dedicated voice channels."
- Host: GitHub
- URL: https://github.com/nick-fury-6023/temporary-voice-channel-discord-bot
- Owner: NICK-FURY-6023
- License: mit
- Created: 2023-11-21T20:25:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-17T13:34:35.000Z (5 months ago)
- Last Synced: 2024-12-17T14:32:07.444Z (5 months ago)
- Topics: discord-bot, discord-js, discordjs14, temporary, v14-js, voice
- Language: JavaScript
- Homepage: https://github.com/NICK-FURY-6023/Temporary-voice-channel-discord-bot.git
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Temporary-voice-channel-discord-bot
"Temporary Voice Channel Discord Bot" "GitHub repository for a temporary voice channel Discord bot. Create and manage temporary voice channels with ease, providing a seamless experience for users to collaborate in dedicated voice channels."
## How to setup
1. Clone the repository to the current directory
```powershell
https://github.com/NICK-FURY-6023/Temporary-voice-channel-discord-bot.git
```2. Install all the dependencies
- Using npm
```powershell
npm install
```- Using yarn
```powershell
yarn
```3. fill your bot token or Bot.json channel ID
5. Start your bot
- Using npm
```powershell
node index.js
```- Using yarn
```powershell
yarn start
```