Update description of banned macro
| @@ -326,11 +326,11 @@ export function registerCoreMacros() { | ||
| 326 | 326 | { |
| 327 | 327 | name: 'word', |
| 328 | 328 | sampleValue: 'word', |
| 329 | 329 | description: 'Word to ban for textgenerationwebuiText Completion backend.', |
| 330 | 330 | type: 'string', |
| 331 | 331 | }, |
| 332 | 332 | ], |
| 333 | 333 | description: 'Bans a word for textgenerationwebuiText Completion backend. (Strips quotes surrounding the banned word, if present)', |
| 334 | 334 | returns: '', |
| 335 | 335 | exampleUsage: ['{{banned::delve}}'], |
| 336 | 336 | handler: ({ unnamedArgs: [bannedWord] }) => { |