Skip to content

Commit 5d5adf4

Browse files
committed
Added on_addon_interaction_error
1 parent 4b1c6bf commit 5d5adf4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dico_command/addon.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,6 @@ async def addon_check(self, ctx): # noqa
6464

6565
async def on_addon_command_error(self, ctx, ex): # noqa
6666
return False
67+
68+
async def on_addon_interaction_error(self, interaction, ex): # noqa
69+
return False

0 commit comments

Comments
 (0)