mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-23 09:35:02 +00:00
whoopsie
This commit is contained in:
parent
79e72185ab
commit
106a12df30
1 changed files with 1 additions and 1 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue