aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/help.py
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2025-02-17 21:24:31 -0600
committerParker <contact@pkrm.dev>2025-02-17 21:24:31 -0600
commit06034d0b373a9aed5033c2e670950f765e285c2a (patch)
tree9121832c8535afae443cf5d581e302af8d0fae7b /code/cogs/help.py
parentb335e82699bc177c689450ee2f732398cdd372ac (diff)
Support OpenAI AND Groq
Diffstat (limited to 'code/cogs/help.py')
-rw-r--r--code/cogs/help.py3
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",