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