Quick Start
Invite me
First, Invite me to your server
Your First Sketch
Now it's time to create your first sketch But what is a sketch? A sketch consists of: 1- Starter 2- Steps
Starter
Sketch's starter is very important because it will decide when this sketch will start. Like when a User joins the server. Or when a User sends a message, for example
Steps
Sketch's steps are what describe the sketch behavior, and your cute robot will run them in sequence from 1st step to last step
and the step can be anything, like:
Send a Message
React to a Message
Give a Role to User
Literally anything !
Now time to create the sketch
Go to your server and send
-create
You will find the bot asking you, what is the Sketch name? Well, anything. Let's write
My first sketch
``
Afterward, it will ask you what is the Starter. Let's select when
User Say Something
``
Then we will tell the bot which text to respond to. In this case, let's make it
?hello
Now the bot will start this Sketch when any User send
?hello
. Time to make our first stepLet's reply to the User with
Heyo <3
. So we will selectMessage
. Then inside it we will selectReply
But wait, reply to which message? So we will need to tell the bot to reply to the User message that started this sketch
Now send
Heyo <3
We are done with the first step. Now time for the 2nd step. Nah I'm joking. Let's save the sketch at that
Now time to test the sketch by sending
?hello
Congratulations 🎉! you made your first sketch and also your first so-called Auto-Responder
Last updated