Skip to content

Commit

Permalink
Update helpp commands
Browse files Browse the repository at this point in the history
Minor update to help commands calling out github for full list of
commands.
  • Loading branch information
Humblemonk committed Jun 24, 2024
1 parent abfda96 commit eeab9da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 9.0.2 -2024-06-24
### Added
- Resolved an issue where numbers in comments broke rolls
- Updated help commands

## 9.0.1 -2024-06-23
### Added
Expand Down
8 changes: 6 additions & 2 deletions src/dice_maiden_logic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,9 @@ def check_help(event)

@alias_help = "
```
Supported Aliases:
Full list of aliases can be found on github.
Example Supported Aliases:
\t/roll dd## — Double Digits
\t\tRolls a die of the given size for each digit of the result.
Expand All @@ -469,7 +471,9 @@ def check_help(event)

@system_help = "
```
Supported Systems:
Full list of game systems can be found on github.
Example Supported Game Systems:
\t/roll age — AGE System Test
\t\tRolls 2d6 plus one drama/dragon/stunt die.
Expand Down

0 comments on commit eeab9da

Please sign in to comment.