Skip to content

Commit

Permalink
fix: dice.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzng committed Jul 21, 2024
1 parent 02b2b97 commit 60f4925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/plugins/dice.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 60f4925

Please sign in to comment.