This is a really simple discord bot that is built with Discord.Net, the bot can play audio from the web and stream the audio to the voice channel. There are currently two sources that can be used to stream (An direct url to an audio file, or you can enter a youtube url)
-
Add a help command that responds with all available commands
-
Add a user management module for user-management (Permission, Ban/Unban etc.)
-
Add a module for temporary channels (which only you or your friend can see) that are created
You need to set up a discord application in the discord developer portal
Here you read how to set up a bot in the developer portal
At the moment you just need the following permissions:
- "Send Message"
- "Manage Messaged"
- "Connect"
- "Speak"
Download and extract the zip file with the binary. There is a File called "botToken.tkt", you need to open and insert your discord bot client secret. You get the secret from the developer portal
cd C:\Folder
UwUBot.exe
- !play (Url to an Audiofile)
- !yt (Url to an Youtube video)
- !stop (This command stops the current Audio Stream and the bot disconnects from the channel)
If you find and problem/bug just feel free to create an issue on Github