Skip to content

Commit

Permalink
Merge pull request #624 from gnzng/main
Browse files Browse the repository at this point in the history
fix: dice.py
  • Loading branch information
n3d1117 authored Dec 27, 2024
2 parents 02b2b97 + 60f4925 commit 09029db
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 09029db

Please sign in to comment.