diff --git a/cogs/getajob.py b/cogs/getajob.py index e6a89a9..49f0d38 100644 --- a/cogs/getajob.py +++ b/cogs/getajob.py @@ -59,7 +59,7 @@ class CareerLinks(commands.Cog): @app_commands.command(name="getajob", description="Get a fucking job.") async def careers(self, interaction: discord.Interaction): name, url = random.choice(CAREER_LINKS) - await interaction.response.send_message(f"Get a job. \n**{name}**: {url}") + await interaction.response.send_message(f"Get a fucking job. \n**{name}**: {url}") async def setup(bot): await bot.add_cog(CareerLinks(bot))