Fix /imagine command help

1d8e5f841b97fbfc24770831638c95f8b6d4fe2d

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

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