Add a command to post kappa tasks
All checks were successful
Build and push / changes (push) Successful in 3s
Build and push / Lint-Python (push) Successful in 2s
Build and push / Build-and-Push-Docker (push) Successful in 17s
Build and push / post-status-to-discord (push) Successful in 2s
Build and push / sync-argocd-app (push) Successful in 2s
All checks were successful
Build and push / changes (push) Successful in 3s
Build and push / Lint-Python (push) Successful in 2s
Build and push / Build-and-Push-Docker (push) Successful in 17s
Build and push / post-status-to-discord (push) Successful in 2s
Build and push / sync-argocd-app (push) Successful in 2s
This commit is contained in:
parent
aa1382fe53
commit
8426f00911
@ -73,6 +73,16 @@ class Tarkov(commands.Cog):
|
|||||||
bosses = tarkov.request_wiki("Bosses", "Bosses")
|
bosses = tarkov.request_wiki("Bosses", "Bosses")
|
||||||
return 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(
|
@tarkov.command(
|
||||||
guild_ids=core_utils.my_guilds,
|
guild_ids=core_utils.my_guilds,
|
||||||
name="traders",
|
name="traders",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user