feat: added help command
This commit is contained in:
parent
4fc5ae63a1
commit
bd9854676d
10 changed files with 414 additions and 7 deletions
|
@ -23,7 +23,7 @@ func New() *SearchReplacePlugin {
|
|||
BasePlugin: plugin.BasePlugin{
|
||||
ID: "util.searchreplace",
|
||||
Name: "Search and Replace",
|
||||
Help: "Reply to a message with a search and replace pattern (s/search/replace/[flags]) to create a modified message. " +
|
||||
Help: "Reply to a message with a search and replace pattern (`s/search/replace/[flags]`) to create a modified message. " +
|
||||
"Supported flags: g (global), i (case insensitive)",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue