Categorygithub.com/selfbotbot/privatebot
modulepackage
0.0.0-20211031201740-f171f90d50b0
Repository: https://github.com/selfbotbot/privatebot.git
Documentation: pkg.go.dev

# README

PrivateBot

A bot to let users have private voice channels in Discord.

Building/Running

  1. dep ensure
  2. go build cmd/privatebot/main.go or go run cmd/privatebot/main.go
  3. run the compiled binary (if go build was used in step 2.
  4. Add the bot token in the config.json
  5. Start the bot again.

Configruation / Setup

  • The bot requires admin permissions.
  • The server should be set up with a waiting room where nobody can talk.
  • The server should have private channels with a userlimit of 1.
  1. Add the bot to the server.
  2. Join the waiting room and type /setwaitingroom
  3. Done, for users to add their friends, they need to get them in the waiting room and use /join @friend1 @friend2

# Packages

No description provided by the author

# Functions

No description provided by the author

# Variables

No description provided by the author
DefaultConfigSavedError an error returned if the default config is saved.
ConfigSaveLocation the location to save the config to.

# Structs

No description provided by the author
Data an abstract struct used for it's functions to save and load config files.
No description provided by the author