Skip to content

Commit

Permalink
more trailing slash cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dallastjames committed Nov 11, 2024
1 parent eb7484c commit c18b5da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/content/docs/guides/how-to.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/guides/sync-game-table-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/reference/story.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit c18b5da

Please sign in to comment.