Fix /imagine command help

1d8e5f841b97fbfc24770831638c95f8b6d4fe2d

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +4 -1Showing whitespace changes
public/scripts/extensions/stable-diffusion/index.js+4 -1
@@ -3813,7 +3813,10 @@ jQuery(async () => {
3813 ],3813 ],
3814 helpString: `3814 helpString: `
3815 <div>3815 <div>
3816 Requests to generate an image and posts it to chat (unless <code>quiet=true</code> argument is specified).</code>.3816 Requests to generate an image and posts it to chat (unless <code>quiet=true</code> argument is specified).
3817 </div>
3818 <div>
3819 Supported arguments: <code>${Object.values(triggerWords).flat().join(', ')}</code>.
3817 </div>3820 </div>
3818 <div>3821 <div>
3819 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.3822 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.