From dc8a74cc3511479481e7d3e2a7fcacbe23f063da Mon Sep 17 00:00:00 2001 From: projectmoon Date: Fri, 16 Oct 2020 13:50:20 +0000 Subject: [PATCH] Update help for new dice pool syntax. --- src/help.rs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/help.rs b/src/help.rs index bb34cbc..2c0b0c5 100644 --- a/src/help.rs +++ b/src/help.rs @@ -51,7 +51,9 @@ Rolling dice pools Command: !pool, !rp -Syntax: !pool +Syntax: !pool : + +Short syntax: !pool Modifiers: n = nine-again @@ -62,8 +64,8 @@ Modifiers: Examples: !pool 8 (roll a regular pool of 8 dice) - !pool 5n (roll dice pool of 5, nine-again) - !pool 6rs3 (roll dice pool of 6, rote quality, 3 successes for exceptional) + !pool n:5 (roll dice pool of 5, nine-again) + !pool rs3:6 (roll dice pool of 6, rote quality, 3 successes for exceptional) "}; const GENERAL_HELP: &'static str = indoc! {"