3
0
Fork 0
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:
Ruko 2023-05-19 16:54:46 +02:00 committed by GitHub
parent 0e01b4bb38
commit 512630fbae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",