Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions guide/Useful/setTimeout.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Will execute the code inside it after certain time
<DiscordMarkdown>
!!exec This part gets executed before the 2d timeout
{{ '\n' }}
$setTimeout[2d;Testing;$autorID]
$setTimeout[2d;Testing;$authorID]
{{ '\n' }}
This part after the 2d
{{ '\n' }}
Expand All @@ -33,4 +33,4 @@ If you only want to wait less then 1m, you can use [$wait](../Useful/wait.md)


##### Function difficulty <Badge type="warning" text="Medium" vertical="middle" />
###### Tags: <Badge type="tip" text="timeout" vertical="middle" /> <Badge type="tip" text="Wait" vertical="middle" /> <Badge type="tip" text="Thinking" vertical="middle" /> <Badge type="tip" text="Set Timeout" vertical="middle" />
###### Tags: <Badge type="tip" text="timeout" vertical="middle" /> <Badge type="tip" text="Wait" vertical="middle" /> <Badge type="tip" text="Thinking" vertical="middle" /> <Badge type="tip" text="Set Timeout" vertical="middle" />
Loading