diff --git a/bot/plugins/dice.py b/bot/plugins/dice.py index 1f2a0908..e083bb79 100644 --- a/bot/plugins/dice.py +++ b/bot/plugins/dice.py @@ -28,7 +28,7 @@ def get_spec(self) -> [Dict]: }, }] - async def execute(self, function_name, **kwargs) -> Dict: + async def execute(self, function_name, helper, **kwargs) -> Dict: return { 'direct_result': { 'kind': 'dice',