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() {
326326 {
327327 name: 'word',
328328 sampleValue: 'word',
329329 description: 'Word to ban for textgenerationwebuiText Completion backend.',
330330 type: 'string',
331331 },
332332 ],
333333 description: 'Bans a word for textgenerationwebuiText Completion backend. (Strips quotes surrounding the banned word, if present)',
334334 returns: '',
335335 exampleUsage: ['{{banned::delve}}'],
336336 handler: ({ unnamedArgs: [bannedWord] }) => {