https://github.com/denvercoder1/discord-voice-activities-bot
A simple bot for launching Discord's activities in voice channels using Nextcord
https://github.com/denvercoder1/discord-voice-activities-bot
chess discord discord-py nextcord youtube-together
Last synced: 3 months ago
JSON representation
A simple bot for launching Discord's activities in voice channels using Nextcord
- Host: GitHub
- URL: https://github.com/denvercoder1/discord-voice-activities-bot
- Owner: DenverCoder1
- License: mit
- Created: 2021-09-14T00:30:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T04:29:30.000Z (over 1 year ago)
- Last Synced: 2025-03-26T22:51:17.456Z (3 months ago)
- Topics: chess, discord, discord-py, nextcord, youtube-together
- Language: Python
- Homepage:
- Size: 2.58 MB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Voice Activities Bot
[](https://discord.gg/fPrdqh3Zfu "Dev Pro Tips Discussion & Support Server")
[](https://github.com/nextcord/nextcord "Powered by Nextcord Python API Wrapper")A simple bot for launching Discord's activities in voice channels.
[**Add the bot**](https://discord.com/api/oauth2/authorize?client_id=887066414723260517&permissions=3072&scope=bot%20applications.commands)

Once the bot is added, you can launch an activity with `/activity` or `>activity`.
## Commands
Slash command support with `/activity`

## Environment Variables
The following environment variables can be specified in a `.env` file to configure the bot for self-hosting:
- `DISCORD_TOKEN`: The token for the bot.
- `GUILD_IDS` (optional): A comma-separated list of guild IDs to activate slash commands in. (This is for testing since global slash commands can take an hour to register.)## Add the bot
Click [**here**](https://discord.com/api/oauth2/authorize?client_id=887066414723260517&permissions=3072&scope=bot%20applications.commands) to add the bot with the basic permissions.