From b774484d5a779e2bd4897f419266262cbb334d5e Mon Sep 17 00:00:00 2001 From: Tim Wilson Date: Wed, 21 Oct 2020 10:17:11 -0600 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d3564e0..3fe680d 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ Using the [transmissionrpc](https://pythonhosted.org/transmissionrpc/) python li 2. Invite the bot to your server 2. Configure `bot.py` 1. Set values in the `CONFIG` variable, which are described inline + * *All values with* `ids` *are referring to Discord IDs, which are 18-digit numbers you can find by following [these instructions](https://support.discord.com/hc/en-us/articles/206346498-Where-can-I-find-my-User-Server-Message-ID-)* * Values that MUST be configured: `bot_token`, `listen_channel_ids` if you want to use in-channel, `notification_channel_id` if you wish to use in-channel notifications, `owner_user_ids` at least with your Discord user id, `tsclient` with information pointing to your Transmission remote gui, `whitelist_user_ids` at least with your Discord user id and any other Discord users you wish to be able to use the bot. * After first run, a `config.json` file will be created in the same directory as `bot.py`. This file should then be used to make any configuration changes, and the definition of `CONFIG` in `bot.py` should be commented out or removed. 2. Configure logging