delete user thinger
All checks were successful
Build and push / changes (push) Successful in 2s
Build and push / Lint-Python (push) Successful in 1s
Build and push / Build-and-Push-Docker (push) Successful in 14s
Build and push / sync-argocd-app (push) Successful in 2s
Build and push / post-status-to-discord (push) Successful in 2s
All checks were successful
Build and push / changes (push) Successful in 2s
Build and push / Lint-Python (push) Successful in 1s
Build and push / Build-and-Push-Docker (push) Successful in 14s
Build and push / sync-argocd-app (push) Successful in 2s
Build and push / post-status-to-discord (push) Successful in 2s
This commit is contained in:
parent
2695990779
commit
a1de2bb297
@ -39,7 +39,7 @@ class AnimalFunctions(commands.Cog):
|
|||||||
integration_types=[0, 1],
|
integration_types=[0, 1],
|
||||||
contexts=[0, 1, 2],
|
contexts=[0, 1, 2],
|
||||||
)
|
)
|
||||||
async def dale(self, ctx: commands.Context, user: discord.Member):
|
async def dale(self, ctx: commands.Context):
|
||||||
await ctx.defer()
|
await ctx.defer()
|
||||||
await ctx.send_followup(file=discord.File(animals.dale()))
|
await ctx.send_followup(file=discord.File(animals.dale()))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user