Skip to content

Commit 63bfdff

Browse files
authored
Merge pull request #107 from redphantom1000/patch-1
Update setTimeout.md
2 parents 5eac22b + b55bc4c commit 63bfdff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

guide/Useful/setTimeout.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Will execute the code inside it after certain time
1111
<DiscordMarkdown>
1212
!!exec This part gets executed before the 2d timeout
1313
{{ '\n' }}
14-
$setTimeout[2d;Testing;$autorID]
14+
$setTimeout[2d;Testing;$authorID]
1515
{{ '\n' }}
1616
This part after the 2d
1717
{{ '\n' }}
@@ -33,4 +33,4 @@ If you only want to wait less then 1m, you can use [$wait](../Useful/wait.md)
3333

3434

3535
##### Function difficulty <Badge type="warning" text="Medium" vertical="middle" />
36-
###### 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" />
36+
###### 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" />

0 commit comments

Comments
 (0)