Skip to content

Commit

Permalink
fix #1147
Browse files Browse the repository at this point in the history
  • Loading branch information
DoroWolf authored Mar 25, 2024
1 parent 1691f9f commit b025482
Show file tree
Hide file tree
Showing 4 changed files with 504 additions and 512 deletions.
2 changes: 1 addition & 1 deletion modules/dice/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from core.builtins import Bot
from core.component import module
from .dice import process_expression
from .process import process_expression

dice = module('dice', alias=['rd', 'roll'], developers=['Light-Beacon', 'DoroWolf'], desc='{dice.help.desc}')

Expand Down
Loading

0 comments on commit b025482

Please sign in to comment.