Skip to content

Commit

Permalink
Update wait.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NervN authored May 23, 2024
1 parent aa2b70e commit babb2a2
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions guide/Useful/wait.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,5 @@ Will wait an X time, before executing the code below it.
If you want to wait more then 1m, we suggest you use [$setTimeout](../Useful/setTimeout.md)
:::

::: warning Why do i need sendMessage?
Read [this](../url) how parsing works
The Output without $sendmessage would be:
```
This part gets executed before the 10s
This part after the 10s
```
It would get sent after 10s
:::


##### Function difficulty <Badge type="tip" text="Easy" vertical="middle" />
###### Tags: <Badge type="tip" text="timeout" vertical="middle" /> <Badge type="tip" text="Wait" vertical="middle" /> <Badge type="tip" text="Thinking" vertical="middle" />
###### Tags: <Badge type="tip" text="timeout" vertical="middle" /> <Badge type="tip" text="Wait" vertical="middle" /> <Badge type="tip" text="Thinking" vertical="middle" />

0 comments on commit babb2a2

Please sign in to comment.