diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/dice.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/dice.py b/modules/dice.py index c808490e..4e8eecd5 100644 --- a/modules/dice.py +++ b/modules/dice.py @@ -9,6 +9,7 @@ RE_MODIFIERS = re.compile("([-+]\d+)") class Module(ModuleManager.BaseModule): @utils.hook("received.command.roll", min_args=1) + @utils.hook("received.command.dice", alias_of="roll") def roll_dice(self, event): """ :help: Roll some dice, DND style |
