From 7fe2ea31b9b75d95e01d8a2ab27b79f03b899040 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Mon, 3 Jul 2023 13:20:12 +0900 Subject: [PATCH] better /api explainer text --- public/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');