From 1ce3452f8a1cd8ebb2321adf1d36cf62dfe08060 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Mon, 10 Mar 2025 21:22:54 -0700 Subject: [PATCH] Fix /clap --- app/cogs/cheeky_functions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/cogs/cheeky_functions.py b/app/cogs/cheeky_functions.py index 04c6c578..879df160 100755 --- a/app/cogs/cheeky_functions.py +++ b/app/cogs/cheeky_functions.py @@ -90,7 +90,6 @@ class Cheeky(commands.Cog): ) @option( name="input", - input_type="str", description="The text you want to split", required=True, )