From d802cb44ca8573953a03512a7832f178fcc95152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=B6=E3=82=AB=E3=83=AA=E3=82=A2=E3=82=B9=E3=83=BB?= =?UTF-8?q?=E3=82=A6=E3=82=A3=E3=83=AA=E3=82=A2=E3=83=A0=E3=83=BB=E3=83=9D?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=83=BC?= <26689019-pancakes1234@users.noreply.gitlab.com> Date: Sat, 31 May 2025 01:56:25 +0900 Subject: [PATCH] Edit getajob.py --- cogs/getajob.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))