tweak the green-ness of the middle !reaction result

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
2025-02-24 16:48:30 -06:00
parent e7d63ee963
commit 0d691ff431
2 changed files with 2 additions and 2 deletions

View File

@@ -114,7 +114,7 @@ class Dice(Plugin):
if summary in ('--', '-'):
result_str = f"4{label}"
elif summary == '~':
result_str = f"9{label}"
result_str = f"3{label}"
else:
result_str = f"9{label}"