From ebddf010297b9f8421f266f02f3d74b0eabc4957 Mon Sep 17 00:00:00 2001 From: holo Date: Wed, 24 Sep 2025 22:12:37 +1000 Subject: [PATCH] Adjust command reference --- Home.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Home.md b/Home.md index 1a9ed27..052f9bc 100644 --- a/Home.md +++ b/Home.md @@ -5,18 +5,18 @@ These docs will assume the command prefix is `!`. | Usage | Permissions | Description | | --- | --- | --- | | `!subathon` | All Users | Displays summary information about the currently running subathon. | -| `!subathon setup [cap]` | Only Broadcaster | Setup and start a new subathon. See [[Home#setting up]] | -| `!subathon stop` | Only broadcaster | ⚠️ Permanently stops the subathon. Cannot be reversed. Subathon cannot be accessed after stopping. | +| `!subathon setup [cap]` | Only Broadcaster | [Setup](#setting-up) and start a new subathon. | | `!subathon link` | Moderators | Displays the OBS/browser link for the subathon timer. | -| `!subathon pause` | Moderators | Pause the subathon. See [[Home#pausing and resuming]] | -| `!subathon resume` | Moderators | Resume the subathon so the timer resumes counting down. See [Pausing and Resuming](#pausing-and-resuming) | -| `!subathon adjust [@user]` | Moderators | Add `amount` points (may be negative to remove) points to the subathon. Optionally on behalf of @user. | -| `!subathon lb` | All Users | Display the top 10 contributors to the subathon, in order, by points. | +| `!subathon pause` | Moderators | [Pause](#pausing-and-resuming) the subathon. | +| `!subathon resume` | Moderators | [Resume](#pausing-and-resuming) the subathon so the timer resumes counting down. | | `!subathon config` | Moderators | Display a summary of the current subathon configuration. | | `!subathon config name [new name]` | Moderators | View or update the subathon name. | | `!subathon config cap [new cap]` | Moderators | View or update the subathon timer cap. | | `!subathon config scores [ ]` | Moderators | View or update the score table (number of points contributions are worth). | | `!subathon config timescore [new score]` | Moderators | View or update the seconds-per-point score of the subathon. (⚠️ Retroactive) | +| `!subathon adjust [@user]` | Moderators | Add `amount` points (may be negative to remove) points to the subathon. Optionally on behalf of @user. | +| `!subathon lb` | All Users | Display the top 10 contributors to the subathon, in order, by points. | +| `!subathon stop` | Only broadcaster | ⚠️ Permanently stops the subathon. Cannot be reversed. Subathon cannot be accessed after stopping. | | `!goals` | All Users | Show the goals that have been setup for the active subathon. | | `!goals remaining` | All Users | Show the subathon goals that have yet to be achieved. | | `!goals add ` | Moderators | Add a new goal with required `points` and name `description`. |