diff options
| author | romangraef <roman.graef@gmail.com> | 2018-02-08 20:39:29 +0100 |
|---|---|---|
| committer | romangraef <roman.graef@gmail.com> | 2018-02-08 20:39:29 +0100 |
| commit | 1d2ac0569fe71691a36e094357080a6b2ac2d7b6 (patch) | |
| tree | f59a653ec340a610a94c505fbef556564e69f5b4 /README.markdown | |
| parent | 6f98b4b74c95602ce514f32a96596b72e926d03b (diff) | |
| download | privateroombot-1d2ac0569fe71691a36e094357080a6b2ac2d7b6.tar.gz privateroombot-1d2ac0569fe71691a36e094357080a6b2ac2d7b6.tar.bz2 privateroombot-1d2ac0569fe71691a36e094357080a6b2ac2d7b6.zip | |
added format
Diffstat (limited to 'README.markdown')
| -rw-r--r-- | README.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index f76d0d5..5e7a24f 100644 --- a/README.markdown +++ b/README.markdown @@ -13,7 +13,8 @@ also add a file called `config.json` with the following content: { "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" + "category_id": "the channel category you want all channels to be collected in. see ID's", + "format": "(optional). put the name of the private room channel in here. %s will be replaced with the name." } ``` you can get your bots token from [the discord developers page][1] |
