mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-08 11:37:20 +00:00
Update templateFunctions.ts
This commit is contained in:
parent
0e01b4bb38
commit
512630fbae
1 changed files with 2 additions and 2 deletions
|
@ -174,8 +174,8 @@ export const TemplateFunctions: TemplateFunction[] = [
|
||||||
name: "tag",
|
name: "tag",
|
||||||
description: "Returns the return value of an existing tag.",
|
description: "Returns the return value of an existing tag.",
|
||||||
returnValue: "any",
|
returnValue: "any",
|
||||||
arguments: ["tagName"],
|
arguments: ["tagName", "optionalArgs"],
|
||||||
examples: ['tag("tagName")'],
|
examples: ['tag("tagName", 123)'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "mentions",
|
name: "mentions",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue