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
dep ensure
go build cmd/privatebot/main.go
orgo run cmd/privatebot/main.go
- run the compiled binary (if
go build
was used in step 2. - Add the bot token in the config.json
- 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.
- Add the bot to the server.
- Join the waiting room and type
/setwaitingroom
- 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