Edit getajob.py

This commit is contained in:
ザカリアス・ウィリアム・ポージー 2025-05-31 01:56:25 +09:00
parent f0d5ab011a
commit d802cb44ca

View File

@ -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))