diff --git a/pterodactyl/ptero.py b/pterodactyl/ptero.py index 0229a5d..9ec9269 100644 --- a/pterodactyl/ptero.py +++ b/pterodactyl/ptero.py @@ -166,7 +166,7 @@ class Pterodactyl(commands.Cog): @ui.button(label="No", style=discord.ButtonStyle.danger) async def no_button(self, button:ui.Button, interaction:discord.Interaction): message = await self.passed_info['interaction'].edit_original_response(content=f"Command cancelled.", view=None) - await message.delete(delay=5) + await message.delete(delay=3) @app_commands.command() async def test(self, interaction: discord.Interaction, endpoint: str = None):