Clarify CHANGELOG on inline snippets

cshd
Dragory 2020-10-21 22:36:46 +03:00
parent 5815157190
commit 4b8d01ebea
No known key found for this signature in database
GPG Key ID: 5F387BA66DF8AAC1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Please report any bugs you encounter by [creating a GitHub issue](https://github
* Replies are now limited in length to the Discord message limit (including the moderator name and role in the DM sent to the user) * Replies are now limited in length to the Discord message limit (including the moderator name and role in the DM sent to the user)
* This was to fix issues with `!edit` and `!delete` when a reply spanned multiple messages * This was to fix issues with `!edit` and `!delete` when a reply spanned multiple messages
* Snippets can now be included *within* messages by wrapping the snippet name in curly braces * Snippets can now be included *within* messages by wrapping the snippet name in curly braces
* E.g. `!r Hello! {{rules}}` * E.g. `!r Hello! {{rules}}` to include the snippet `rules` in the place of `{{rules}}`
* The symbols used can be changed with the `inlineSnippetStart` and `inlineSnippetEnd` options * The symbols used can be changed with the `inlineSnippetStart` and `inlineSnippetEnd` options
* This feature can be disabled by setting `allowInlineSnippets = off` in your config * This feature can be disabled by setting `allowInlineSnippets = off` in your config
* By default, the bot will refuse to send a reply with an unknown inline snippet. To disable this behavior, set `errorOnUnknownInlineSnippet = off`. * By default, the bot will refuse to send a reply with an unknown inline snippet. To disable this behavior, set `errorOnUnknownInlineSnippet = off`.