Fix /imagine command help

This commit is contained in:
Cohee 2024-09-22 12:33:16 +03:00
parent 94977e71ff
commit 1d8e5f841b
1 changed files with 4 additions and 1 deletions

View File

@ -3813,7 +3813,10 @@ jQuery(async () => {
],
helpString: `
<div>
Requests to generate an image and posts it to chat (unless <code>quiet=true</code> argument is specified).</code>.
Requests to generate an image and posts it to chat (unless <code>quiet=true</code> argument is specified).
</div>
<div>
Supported arguments: <code>${Object.values(triggerWords).flat().join(', ')}</code>.
</div>
<div>
Anything else would trigger a "free mode" to make generate whatever you prompted. Example: <code>/imagine apple tree</code> would generate a picture of an apple tree. Returns a link to the generated image.