Fix youtube command
Some checks failed
Build and push / sync-argocd-app (push) Blocked by required conditions
Build and push / post-status-to-discord (push) Blocked by required conditions
Build and push / changes (push) Successful in 28s
Build and push / Lint-Python (push) Successful in 3s
Build and push / Build-and-Push-Docker (push) Has been cancelled

This commit is contained in:
Luke Robles 2025-03-26 15:23:06 -07:00
parent 61247965af
commit fea3af4cdf

View File

@ -57,7 +57,6 @@ class ActualUtils(commands.Cog):
@option( @option(
"query", "query",
description="The search string you want to enter on youtube", description="The search string you want to enter on youtube",
input_type="str",
requred=True, requred=True,
) )
async def youtube(self, ctx, query: str): async def youtube(self, ctx, query: str):