From 4b3584cdde579755cf038779150e1b7a23061862 Mon Sep 17 00:00:00 2001 From: tsuk Date: Sun, 21 Jan 2024 00:25:21 -0800 Subject: [PATCH] slight update to help description for remindme --- extensions/async_openai.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/async_openai.py b/extensions/async_openai.py index ba6ef47..afb7b51 100644 --- a/extensions/async_openai.py +++ b/extensions/async_openai.py @@ -152,7 +152,7 @@ class AsyncOpenAI(commands.Cog): @commands.command( description="Remind Me", - help="Send a request in natural language to ask Sparky to remind you of a task or event in a specified amount of time. Minimum 1 minute.", + help="Send a request in natural language to ask Sparky to remind you of a task or event by direct message in a specified amount of time. Minimum 1 minute.", brief="Get a reminder", aliases=["remindme","remind_me","remind"] )