Add docs to /? message

This commit is contained in:
Cohee
2023-06-12 00:04:40 +03:00
parent a3b977918c
commit 41ee2a20fb
2 changed files with 2 additions and 1 deletions

View File

@ -166,5 +166,5 @@ $(document).ready(function () {
setInterval(moduleWorker, UPDATE_INTERVAL);
registerSlashCommand('lock', onLockBackgroundClick, [], " locks a background for the currently selected chat", true, true);
registerSlashCommand('unlock', onUnlockBackgroundClick, [], ' unlocks a background for the currently selected chat', true, true);
registerSlashCommand('autobg', autoBackgroundCommand, ['bgauto'], ' automatically changes the background based on the chat context', true, true);
registerSlashCommand('autobg', autoBackgroundCommand, ['bgauto'], ' automatically changes the background based on the chat context using the AI request prompt', true, true);
});