diff --git a/app/cogs/cheeky_functions.py b/app/cogs/cheeky_functions.py index 7fa5f42e..a6be9282 100644 --- a/app/cogs/cheeky_functions.py +++ b/app/cogs/cheeky_functions.py @@ -15,7 +15,11 @@ class Cheeky(commands.Cog): name="decide", description="Separate your choices with the word 'or', or dont to get a yes or no response.", ) - @option(name="input_string", required=True) + @option( + name="input_string", + required=True, + description="Separate your choices with 'or', or enter a singular choice to get a yes/no answer.", + ) async def decide(self, ctx, input_string): import random diff --git a/app/decide.py b/app/decide.py new file mode 100644 index 00000000..e69de29b