From c18b5da961990719b02c5be1faefe67c32f19682 Mon Sep 17 00:00:00 2001 From: Dallas James Date: Mon, 11 Nov 2024 15:38:29 -0600 Subject: [PATCH] more trailing slash cleanup --- src/content/docs/guides/how-to.md | 2 +- src/content/docs/guides/sync-game-table-events.md | 2 +- src/content/docs/reference/story.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/docs/guides/how-to.md b/src/content/docs/guides/how-to.md index 47f2a30..8db2b64 100644 --- a/src/content/docs/guides/how-to.md +++ b/src/content/docs/guides/how-to.md @@ -37,7 +37,7 @@ If you want to add the RPG Sessions bot to your server, you'll need to follow th 1. **Invite the Bot**: Are you a server manager and want to add the bot to your server? [Invite the bot here!](https://discord.com/api/oauth2/authorize?client_id=534606682928578572&permissions=309774806080&scope=bot) 2. **Set Permissions**: The bot will request the permissions it requires, but you can run [`/debug info`](/discord-bot-docs/misc/debug#debug-info) to make sure it has what it needs. The output of the command explains each permission it needs and why it needs it. 3. **Use Commands**: Once the bot is added, everyone can start using commands to roll dice, check stats, and more. -4. **Synchronize with the Game Table**: [Check out our guide](/guides/connecting-to-game-table/) on setting up the Discord Bot so it synchronizes events between the Discord server and associated RPG Sessions Game Table +4. **Synchronize with the Game Table**: [Check out our guide](/guides/connecting-to-game-table) on setting up the Discord Bot so it synchronizes events between the Discord server and associated RPG Sessions Game Table ### Tips for Using the RPG Sessions Bot diff --git a/src/content/docs/guides/sync-game-table-events.md b/src/content/docs/guides/sync-game-table-events.md index 20a3406..d43b035 100644 --- a/src/content/docs/guides/sync-game-table-events.md +++ b/src/content/docs/guides/sync-game-table-events.md @@ -23,7 +23,7 @@ If you only want one type of event to go to the current channel, only turn the b You can also synchronize messages sent with the [`/ic`](/discord-bot-docs/reference/in-character) command back to the messages in your Game Table. This is great for role playing or asynchronous game play. -To do this, use the [`/options`](/discord-bot-docs/reference/options/) command (note: no `set:channel` on this one). A button will show up that controls whether the bot can synchronize these messages. To enable it, the button should be blue. +To do this, use the [`/options`](/discord-bot-docs/reference/options) command (note: no `set:channel` on this one). A button will show up that controls whether the bot can synchronize these messages. To enable it, the button should be blue. ![Sync Options Checked](../../../assets/guides/sync-game-table-events/sync-in-character-button.png) diff --git a/src/content/docs/reference/story.md b/src/content/docs/reference/story.md index 3383445..32104d0 100644 --- a/src/content/docs/reference/story.md +++ b/src/content/docs/reference/story.md @@ -5,4 +5,4 @@ description: The story command group allows you to view and manage story points The `/story` command provides a collection of subcommands that handle everything related to story points in your game. Story points are a core mechanic, often used to influence gameplay, either by players or the Game Master (GM). With the `/story` commands, you can view, add, remove, roll, use, and clear destiny points as needed. -The `/story` point commands are identical to the `/destiny` commands, but with `/story` instead of `/destiny`. Please refer to the [destiny documentation](../destiny/) for more information. +The `/story` point commands are identical to the `/destiny` commands, but with `/story` instead of `/destiny`. Please refer to the [destiny documentation](../destiny) for more information.