diff --git a/public/script.js b/public/script.js index 3e47b0880..282d669a9 100644 --- a/public/script.js +++ b/public/script.js @@ -6439,7 +6439,7 @@ $(document).ready(function () { } registerSlashCommand('dupe', DupeChar, [], "– duplicates the currently selected character", true, true); - registerSlashCommand('api', connectAPISlash, [], "– connect to an API", true, true); + registerSlashCommand('api', connectAPISlash, [], "(kobold, horde, novel, ooba, oai, claude, poe, windowai) – connect to an API", true, true); setTimeout(function () { $("#groupControlsToggle").trigger('click');