diff options
author | Parker <contact@pkrm.dev> | 2025-02-17 21:24:31 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2025-02-17 21:24:31 -0600 |
commit | 06034d0b373a9aed5033c2e670950f765e285c2a (patch) | |
tree | 9121832c8535afae443cf5d581e302af8d0fae7b /code/cogs/help.py | |
parent | b335e82699bc177c689450ee2f732398cdd372ac (diff) |
Support OpenAI AND Groq
Diffstat (limited to 'code/cogs/help.py')
-rw-r--r-- | code/cogs/help.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/code/cogs/help.py b/code/cogs/help.py index 2475564..fe41d17 100644 --- a/code/cogs/help.py +++ b/code/cogs/help.py @@ -56,7 +56,8 @@ commands_and_descriptions = { }, "autoplay": { "description": ( - "Keep the music playing forever with music suggestions from OpenAI" + "Keep the music playing forever with automatic song" + " recommendations" ), "arguments": { "on": "Turn autoplay feature on", |