mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add docs to /? message
This commit is contained in:
@ -1461,6 +1461,7 @@ function sendSystemMessage(type, text, extra = {}) {
|
||||
|
||||
if (type == system_message_types.HELP) {
|
||||
newMessage.mes += getSlashCommandsHelp();
|
||||
newMessage.mes += `<br><b>Still got questions left? The <a target="_blank" href="https://docs.sillytavern.app/">Official SillyTavern Documentation Website</a> has much more information!</b>`;
|
||||
}
|
||||
|
||||
if (!newMessage.extra) {
|
||||
|
Reference in New Issue
Block a user