From 512630fbae1884036e1d6a625257388c7664a3d0 Mon Sep 17 00:00:00 2001 From: Ruko <92655412+rukogit@users.noreply.github.com> Date: Fri, 19 May 2023 16:54:46 +0200 Subject: [PATCH] Update templateFunctions.ts --- backend/src/plugins/Tags/templateFunctions.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/plugins/Tags/templateFunctions.ts b/backend/src/plugins/Tags/templateFunctions.ts index 1cff24fe..d1f361a2 100644 --- a/backend/src/plugins/Tags/templateFunctions.ts +++ b/backend/src/plugins/Tags/templateFunctions.ts @@ -174,8 +174,8 @@ export const TemplateFunctions: TemplateFunction[] = [ name: "tag", description: "Returns the return value of an existing tag.", returnValue: "any", - arguments: ["tagName"], - examples: ['tag("tagName")'], + arguments: ["tagName", "optionalArgs"], + examples: ['tag("tagName", 123)'], }, { name: "mentions",