From fea3af4cdf9abf4c0f28acef77565689c299f541 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Wed, 26 Mar 2025 15:23:06 -0700 Subject: [PATCH] Fix youtube command --- app/cogs/actual_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/cogs/actual_utils.py b/app/cogs/actual_utils.py index 37f0f922..4fbffd96 100755 --- a/app/cogs/actual_utils.py +++ b/app/cogs/actual_utils.py @@ -57,7 +57,6 @@ class ActualUtils(commands.Cog): @option( "query", description="The search string you want to enter on youtube", - input_type="str", requred=True, ) async def youtube(self, ctx, query: str):