Simple Command Example
Learn how to create your first custom command in Friendify using Command Studio. This guide walks you through every step, from UI to testing.
No coding required! You can build powerful commands visually in the dashboard.
Step 1: Open Command Studio
Navigate to Command Studio
From your dashboard sidebar, click Command Studio to open the visual command builder.
Step 2: Create a New Command
Click “New Command”
Press the New Command button at the top right. A new command builder panel will appear.
Set Command Name & Description
For this example, use:
Name: hello
Description: Greets the user
Step 3: Add a Trigger
Choose Trigger Type
Select Slash Command or Message Command as the trigger. For beginners, Slash Command is recommended.
Step 4: Add an Action
Drag “Send Message” Action
From the actions panel, drag the Send Message node into the flow area. Connect it to the trigger node.
Message: Hello! I am your bot.
Step 5: Save & Test
Save Your Command
Click Save to add the command to your bot. Then, test it in your Discord server by typing /hello
(or !hello
if you chose Message Command).
Tip: You can preview your command in the Command Studio before deploying it live!
Best Practices
- Keep command names short and descriptive.
- Use clear, friendly responses.
- Test your command in a private channel before public use.
Troubleshooting
- If the command doesn’t appear, make sure you saved and deployed it.
- Check your bot’s permissions in Discord.
- Use the Command Studio’s preview panel to debug responses.
Next Steps: Try adding parameters or conditions to make your command more interactive!