diff --git a/pterodactyl/ptero.py b/pterodactyl/ptero.py index a2cda7f..43aaa62 100644 --- a/pterodactyl/ptero.py +++ b/pterodactyl/ptero.py @@ -62,7 +62,7 @@ class Pterodactyl(commands.Cog): await interaction_message.edit(f"Something went wrong.\nError: `Startup jar not set.`", ephemeral=True) raise LookupError("Startup jar not set.") elif await self.config.guild(interaction.guild).startup_arguments() is None: - await interaction.response.send_message(f"Something went wrong.\nError: `Startup arguments not set.`", ephemeral=True) + await interaction_message.edit(f"Something went wrong.\nError: `Startup arguments not set.`", ephemeral=True) raise LookupError("Startup arguments not set.") else: api_key = await self.config.guild(interaction.guild).api_key()