Add a command to post kappa tasks
This commit is contained in:
parent
f4980b4b27
commit
0e862213a9
@ -73,6 +73,16 @@ class Tarkov(commands.Cog):
|
||||
bosses = tarkov.request_wiki("Bosses", "Bosses")
|
||||
return bosses
|
||||
|
||||
@tarkov.command(
|
||||
guild_ids=core_utils.my_guilds,
|
||||
name="kappa",
|
||||
description="Posts an image with all kappa tasks",
|
||||
)
|
||||
async def post_kappa(self, ctx: commands.Context):
|
||||
await ctx.respond(
|
||||
"https://images-ext-1.discordapp.net/external/M0SEv0C3IG7r6Dk1ForyjA5wzKp3UBM1A05GL-NqVmA/%3Fwidth%3D1024%26auto%3Dwebp%26s%3D3450641f6d067dd839dc18b949077b6e2ef010fa/https/preview.redd.it/bw0njbz880nd1.png?format=webp&quality=lossless&width=1687&height=948"
|
||||
)
|
||||
|
||||
@tarkov.command(
|
||||
guild_ids=core_utils.my_guilds,
|
||||
name="traders",
|
||||
|
Loading…
x
Reference in New Issue
Block a user