🧩Workspace

Welcome to your workspace! Here is a list of terms and functionality to learn.

Workspace

App & Commands name - You can see what app you're working on and the command you are editing in the top left.

Save Button - When you have finished editing your workspace you can click save to update your command, this may be disabled if there is an issue with the blocks.

Toolbox - Click a block category and starting dragging blocks onto your workspace to change how your command works.

Delete - You can drag blocks here to delete them or click the icon to open a history of the last 5 deleted blocks that you can restore.

Context Menu - You can right click the workspace or blocks to sort, change, delete or modify them.

Search - You can search/find the blocks in your workspace by holding CTRL then press F

Blocks

Main/Base Block - This will be the starting block where you can drag inputs, field, options and action blocks onto, when you run a command it will start with the options first from top to bottom then actons next from top to bottom in order.

Input Blocks - You can allow users to add data using Input Blocks which can take in text, numbers, choices or other data that can be used in your options or action blocks.

Option Blocks - These blocks will mostly be conditions or checks to decided if your command can run such as permissions, users or for more advanced interactions.

Action Blocks - These blocks will run actions for sending, editing or modifying data such as sending messages, creating roles, using webhooks or running API/Http requests.

Logic Blocks - You can check various conditions or data such as if a text contains an animal name, if a user selects a certain choice or of the user has a certain name.

Disabled Blocks - You can disable a block from running by right clicking it and selecting the Disable Block context item.

Comments - You can add comments to blocks by right clicking it and selecting the Add Comment context item, you can move and resize the comment box anywhere.

Utility

Center Screen - You can click this to center your screen on your blocks if you get lost.

Zoom - You can zoom in and out of the workspace or use mouse scroll wheel.

Minimap - You can see an overview of your workspace and the block layout in the top right, you can also toggle this on and off.

Grid Dots - You can toggle the grid background dots on and off if they distract you.

Grid Snap - Blocks will automatically fit along the grid dots or you can toggle this off for more dynamic placement.

Highlight - You can toggle this to highlight blocks in the workspace to see them better especially when zoomed out.

Last updated