From 60f4925ba15743caaac4233f4f7c02a745f26577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20G=C3=BCnzing?= <65827185+gnzng@users.noreply.github.com> Date: Sat, 20 Jul 2024 21:30:24 -0700 Subject: [PATCH] fix: dice.py --- bot/plugins/dice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',