diff --git a/_orangcbot/extensions/suggestions.py b/_orangcbot/extensions/suggestions.py index fd67b99..4a71e94 100644 --- a/_orangcbot/extensions/suggestions.py +++ b/_orangcbot/extensions/suggestions.py @@ -84,7 +84,7 @@ async def _on_suggest_for_autocomplete(self, interaction: Interaction, for_: str async def _deny( self, interaction: Interaction, - messageId=SlashOption( + messageId: int = SlashOption( name="message_id", description="Message to deny", required=True ), why: str = SlashOption( @@ -107,7 +107,7 @@ async def _deny( async def _approve( self, interaction: Interaction, - messageId: str = SlashOption( + messageId: int = SlashOption( name="message_id", description="Message to approve", required=True ), why: str = SlashOption(