mirror of
https://gitlab.com/pancakes1234/wdiscordbotserver.git
synced 2025-06-16 07:14:21 -06:00
Edit getajob.py
This commit is contained in:
parent
f0d5ab011a
commit
d802cb44ca
@ -59,7 +59,7 @@ class CareerLinks(commands.Cog):
|
|||||||
@app_commands.command(name="getajob", description="Get a fucking job.")
|
@app_commands.command(name="getajob", description="Get a fucking job.")
|
||||||
async def careers(self, interaction: discord.Interaction):
|
async def careers(self, interaction: discord.Interaction):
|
||||||
name, url = random.choice(CAREER_LINKS)
|
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):
|
async def setup(bot):
|
||||||
await bot.add_cog(CareerLinks(bot))
|
await bot.add_cog(CareerLinks(bot))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user