summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorromangraef <roman.graef@gmail.com>2018-02-08 20:37:02 +0100
committerromangraef <roman.graef@gmail.com>2018-02-08 20:37:02 +0100
commit6f98b4b74c95602ce514f32a96596b72e926d03b (patch)
treea714809ec61382cab2aa7fa896019174edca7799 /README.markdown
parent3ab93b272a8f9c47f162331351526e9e8378cce1 (diff)
downloadprivateroombot-6f98b4b74c95602ce514f32a96596b72e926d03b.tar.gz
privateroombot-6f98b4b74c95602ce514f32a96596b72e926d03b.tar.bz2
privateroombot-6f98b4b74c95602ce514f32a96596b72e926d03b.zip
readme
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown33
1 files changed, 33 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
new file mode 100644
index 0000000..f76d0d5
--- /dev/null
+++ b/README.markdown
@@ -0,0 +1,33 @@
+## privateroombot
+
+this bot allows you to automatically create private voice chats. per person.
+
+simply join a voice channel and get redirected to your own private channel where you can move all your friends in.
+
+### setup
+
+download a release and put in a separate folder.
+also add a file called `config.json` with the following content:
+
+```json
+{
+ "token": "TOKEN",
+ "from_channel_id": "the channel you want people to join in order to get an own channel. see ID's",
+ "category_id": "the channel category you want all channels to be collected in. see ID's"
+}
+```
+you can get your bots token from [the discord developers page][1]
+there create an application with botuser associated. paste the bot users token in the config.
+
+#### on your server
+
+create a channel category for all private channels. put the "get private channel"-channel in there, but NOT the "wait for move"-channel. disallow connecting for the category, but explicitly reallow it for the "get private room"-channel. create a "waiting for move"-channel and allow moving others for @everyone and disallow speaking. done.
+
+
+#### ids
+discord ids identify a channel/user. you can view them by
+
+- going to your settings -> appearance -> developer mode
+- right-click on the channel -> copy id. then paste in the `config.json`
+
+[1]: https://discordapp.com/developers/applications/me \ No newline at end of file