Skip to content

Commit

Permalink
Merge pull request #49 from caphosra/release/v3.2.0
Browse files Browse the repository at this point in the history
Release v3.2.0
  • Loading branch information
caphosra authored Aug 5, 2024
2 parents 75a7b51 + 3d3a057 commit 9b24704
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cthulhu_bot"
version = "3.1.4"
version = "3.2.0"
authors = ["Akihisa Yagi <caphosra@gmail.com>"]
edition = "2018"
description = "An unofficial Discord bot which helps you to play Cthulhu TRPG. Please note that Chaosium Inc. owns the copyright of Cthulhu TRPG."
Expand Down
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,17 @@ The bot hosted by the owner is DB-free. If you want to use not DB-free features,

|Command|DB-free|Description|
|:---|:---:|:---|
|`/choose <choice A, choice B, ...>`|:white_check_mark:|Makes a random choice.|
|`/choose`|:white_check_mark:|Makes a random choice.|
|`/cs`|:white_check_mark:|Creates a character sheet.|
|`/roll <dice> [comment]`|:white_check_mark:|Rolls designated dices. Expressions supported by [d20](https://github.com/pholactery/d20) can be used.|
|`/set <param> <value>`||Assigns a value to your parameter.|
|`/skill <value> [comment]`|:white_check_mark:|Does a skill roll. `/sk6` is the same.|
|`/sk6 <value> [comment]`|:white_check_mark:|Does a skill roll following the Call of Cthulhu 6th Edition.|
|`/sk7 <value> [comment]`|:white_check_mark:|Does a skill roll following the Call of Cthulhu 7th Edition.|
|`/skdg <value> [comment]`|:white_check_mark:|Does a skill roll following the Delta Green.|
|`/skbrp <value> [comment]`|:white_check_mark:|Does a skill roll following the BRP 2023.|
|`/op6`|:white_check_mark:|Does an opposed roll following the Call of Cthulhu 6th Edition.|
|`/op7`|:white_check_mark:|Does an opposed roll following the Call of Cthulhu 7th Edition.|
|`/roll`|:white_check_mark:|Rolls designated dices. Expressions supported by [d20](https://github.com/pholactery/d20) can be used.|
|`/set`||Assigns a value to your parameter.|
|`/skill`|:white_check_mark:|Does a skill roll. `/sk6` is the same.|
|`/sk6`|:white_check_mark:|Does a skill roll following the Call of Cthulhu 6th Edition.|
|`/sk7`|:white_check_mark:|Does a skill roll following the Call of Cthulhu 7th Edition.|
|`/skdg`|:white_check_mark:|Does a skill roll following the Delta Green.|
|`/skbrp`|:white_check_mark:|Does a skill roll following the BRP 2023.|
|`/status`||Displays your status.|

### Roll dices
Expand Down

0 comments on commit 9b24704

Please sign in to comment.