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):