Skip to content

A bot for making ephemeral private voice channels in Discord.

Notifications You must be signed in to change notification settings

nullstalgia/PrivateVoiceBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

#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.

How to set up the bot

  1. Download main.go

  2. Place it in a nice folder all by it's lonesome.

  3. Make sure you have (at least):

    1. Go 1.7.4

    2. Discordgo 0.15.0

    3. go-ini

  4. Run go build main.go

  5. Open up a console and run main.exe/main (Windows / Unix-based)

  6. Edit the generated settings.ini with your token and any other settings you might want to change

  7. Run main.exe/main again

  8. Join the bot to your server and you are set! :)

    1. If you don't know how to do that, you might want to look at a more robust guide.

      1. A good example is the FAQ from @Just-Some-Bot 's MusicBot. (link)

How to use the bot in a server

(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

About

A bot for making ephemeral private voice channels in Discord.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages