From 3f8bebc928505316dabed7ba721a1b34aa963167 Mon Sep 17 00:00:00 2001 From: srqc <98553181+2srqc@users.noreply.github.com> Date: Fri, 20 Jan 2023 20:26:20 -0500 Subject: [PATCH] Visual changes (paragraphs) --- MANAGEMENT.md | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/MANAGEMENT.md b/MANAGEMENT.md index a6d12ef5..52b35081 100644 --- a/MANAGEMENT.md +++ b/MANAGEMENT.md @@ -8,27 +8,12 @@ In all examples below, `@Bot` refers to a user mention of the bot user. Make sur In the command parameters, `` refers to a required parameter (don't include the `< >` symbols) and `[this]` refers to an optional parameter (don't include the `[ ]` symbols). `` refers to being able to list multiple values, e.g. `value1 value2 value3`. -## Allow a server to invite the bot -Run the following command: -``` -@Bot allow_server [userId] -``` +## Bot Access When specifying a user ID, that user will be given "Bot manager" level access to the server's dashboard, allowing them to manage access for other users. -## Disallow a server -Run the following command: -``` -@Bot disallow_server -``` +- Allow a server to invite the bot: `@Bot allow_server [userId]` +- Disallow a server: `@Bot disallow_server ` -## Grant access to a server's dashboard -Run the following command: -``` -@Bot add_dashboard_user -``` - -## Remove access to a server's dashboard -Run the following command: -``` -@Bot remove_dashboard_user -``` +## Dashboard Access +- Grant access to a server's dashboard: `@Bot add_dashboard_user ` +- Remove access to a server's dashboard: `@Bot remove_dashboard_user `