#PrivateVoiceBot
This is a bot made with Golang for Discord for making ephemeral (temporary) private voice channels.
It was built with user simplicity in mind, in both set-up and execution.
-
Download
main.go
-
Place it in a nice folder all by it's lonesome.
-
Make sure you have (at least):
-
Run
go build main.go
-
Open up a console and run
main.exe
/main
(Windows / Unix-based) -
Edit the generated settings.ini with your token and any other settings you might want to change
-
Run
main.exe
/main
again -
Join the bot to your server and you are set! :)
-
If you don't know how to do that, you might want to look at a more robust guide.
- A good example is the FAQ from @Just-Some-Bot 's MusicBot. (link)
-
(Here, I assume the prefix is set to the default of !
)
-
!new [name]
-
Makes a new Private Voice channel (if you're not in one/don't already own one)
-
If a name is given, use that name for the channel
-
-
!invite @person...
-
Invites users who are mentioned
-
Can mention more than one at a time
-
-
!op @person... (NEED OP/OWNER PERMS)
-
Gives a user perms similar to the owner.
-
Can mention more than one at a time
-
-
!deop @person... (NEED OP/OWNER PERMS)
-
Revokes said perms.
-
Can mention more than one at a time
-
-
!remove @person... (NEED OP/OWNER PERMS)
-
Removes a person from a voice channel
-
Can mention more than one at a time
-
-
!delete (NEED OP/OWNER PERMS)
- Deletes the voice channel