From 106a12df3048e0cfc21d20a1076a680560e03874 Mon Sep 17 00:00:00 2001 From: metal Date: Fri, 24 Sep 2021 09:19:19 +0000 Subject: [PATCH] whoopsie --- backend/src/plugins/Tags/templateFunctions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/plugins/Tags/templateFunctions.ts b/backend/src/plugins/Tags/templateFunctions.ts index 1af05c79..67a49069 100644 --- a/backend/src/plugins/Tags/templateFunctions.ts +++ b/backend/src/plugins/Tags/templateFunctions.ts @@ -3,7 +3,7 @@ import { TemplateFunction } from "./types"; // TODO: Generate this dynamically, lmao export const TemplateFunctions: TemplateFunction[] = [ { - name: "info", + name: "if", description: "Checks if a condition is true or false and returns the corresponding ifTrue or ifFalse", returnValue: "boolean", arguments: ["condition", "ifTrue", "ifFalse"],