Remove guild ids from commands
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 2m55s
Build and push / post-status-to-discord (push) Successful in 2s
Build and push / sync-argocd-app (push) Successful in 3s
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 2m55s
Build and push / post-status-to-discord (push) Successful in 2s
Build and push / sync-argocd-app (push) Successful in 3s
This commit is contained in:
parent
e492e63825
commit
40f678a40d
@ -76,7 +76,6 @@ class Tarkov(commands.Cog):
|
|||||||
return bosses
|
return bosses
|
||||||
|
|
||||||
@tarkov.command(
|
@tarkov.command(
|
||||||
guild_ids=None,
|
|
||||||
name="kappa",
|
name="kappa",
|
||||||
description="Posts a link to a google doc containing all the tasks you need for kappa",
|
description="Posts a link to a google doc containing all the tasks you need for kappa",
|
||||||
contexts={
|
contexts={
|
||||||
@ -95,7 +94,6 @@ class Tarkov(commands.Cog):
|
|||||||
)
|
)
|
||||||
|
|
||||||
@tarkov.command(
|
@tarkov.command(
|
||||||
guild_ids=None,
|
|
||||||
name="traders",
|
name="traders",
|
||||||
description="Time until trader resets",
|
description="Time until trader resets",
|
||||||
contexts={
|
contexts={
|
||||||
@ -147,7 +145,6 @@ class Tarkov(commands.Cog):
|
|||||||
await ctx.send_followup(embed=embed)
|
await ctx.send_followup(embed=embed)
|
||||||
|
|
||||||
@tarkov.command(
|
@tarkov.command(
|
||||||
guild_ids=None,
|
|
||||||
name="spawns",
|
name="spawns",
|
||||||
description="Boss Spawn Rates",
|
description="Boss Spawn Rates",
|
||||||
contexts={
|
contexts={
|
||||||
|
Loading…
x
Reference in New Issue
Block a user