From 77ea95f0a9ba4cf718071f8fd3bbb594f2e18a97 Mon Sep 17 00:00:00 2001 From: jesopo Date: Tue, 18 Jun 2019 17:33:42 +0100 Subject: Remove "!" from help strings --- modules/dice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/dice.py') diff --git a/modules/dice.py b/modules/dice.py index b3e93555..6fb967a7 100644 --- a/modules/dice.py +++ b/modules/dice.py @@ -9,7 +9,7 @@ class Module(ModuleManager.BaseModule): @utils.hook("received.command.roll", min_args=1) def roll_dice(self, event): """ - :help: Roll some dice, DND style! + :help: Roll some dice, DND style :usage: [1-5]d[1-20] """ roll = event["args_split"][0].lower() -- cgit v1.3.1-10-gc9f91