From a365456dd8ad24d7d4484eee06816cade32a03f0 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 19 Aug 2016 17:41:33 +0100 Subject: [PATCH] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e02cd7b..fc17243 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,13 @@ The config file is automatically generated if it is not present. The JSON format The current configuration options are as follows: 1. **General** - * `api_cert_file`: The path to the Discord API .crt file for HTTPS. - * `bot_token`: Your Discord bot token. - * `owner_id`: The user ID of the owner of the bot. This allows owner-only (maintenance) commands, such as `shutdown`. -2. **V8** - * `createjs_allowed_roles`: List of role names which are allowed to use the `createjs` command. + +| Field | Description | +| --- | --- | +| `api_cert_file` | The path to the Discord API .crt file for HTTPS. | +| `bot_token` | Your Discord bot token. | +| `owner_id` | The user ID of the owner of the bot. This allows owner-only (maintenance) commands, such as `shutdown`. | +| `js_allowed_roles` | List of role names which are allowed to use the `createjs` ands `js` commands. | ### Trivia Questions Questions are obtained from [trivia-db on Sourceforge](https://sourceforge.net/projects/triviadb/).