Update description of banned macro

5dee64e0bc514f2dd00915b6944394f9d3af3341

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

1 files changed, +2 -2Showing whitespace changes
public/scripts/macros/definitions/core-macros.js+2 -2
@@ -326,11 +326,11 @@ export function registerCoreMacros() {
326 {326 {
327 name: 'word',327 name: 'word',
328 sampleValue: 'word',328 sampleValue: 'word',
329 description: 'Word to ban for textgenerationwebui backend.',329 description: 'Word to ban for Text Completion backend.',
330 type: 'string',330 type: 'string',
331 },331 },
332 ],332 ],
333 description: 'Bans a word for textgenerationwebui backend. (Strips quotes surrounding the banned word, if present)',333 description: 'Bans a word for Text Completion backend. (Strips quotes surrounding the banned word, if present)',
334 returns: '',334 returns: '',
335 exampleUsage: ['{{banned::delve}}'],335 exampleUsage: ['{{banned::delve}}'],
336 handler: ({ unnamedArgs: [bannedWord] }) => {336 handler: ({ unnamedArgs: [bannedWord] }) => {