Skip to content

Commit 90a78e3

Browse files
committed
fix the max time for each tier
1 parent a8c3e93 commit 90a78e3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

guide/Message/awaitMessage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ return the user reply or undefined
1111
### Timeout
1212
It means the maximum time bot can wait user message for.\
1313
it accept format of time like `10s`.\
14-
The max time is `60 x bot tier` seconds, for example for tier 3 it would be `180` seconds.
14+
The max time is `60 x (bot tier + 1)` seconds, for example for tier 3 it would be `240` seconds.
1515

1616
### Example:
1717
<discord-messages>

guide/Text/Components/awaitButton.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This way, you can send a message with buttons by using `{button:label:style/url:
1111
### Timeout
1212
It means the maximum time bot can wait user button click for.\
1313
it accept format of time like `10s`.\
14-
The max time is `60 x bot tier` seconds, for example for tier 3 it would be `180` seconds.
14+
The max time is `60 x (bot tier + 1)` seconds, for example for tier 3 it would be `240` seconds.
1515

1616
::: details Examples
1717

guide/Text/Components/awaitMenu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $awaitMenu[Message (optional);user id (optional, default:author);timeout (option
1212
### Timeout
1313
It means the maximum time bot can wait user message for.\
1414
it accept format of time like `10s`.\
15-
The max time is `60 x bot tier` seconds, for example for tier 3 it would be `180` seconds.
15+
The max time is `60 x (bot tier + 1)` seconds, for example for tier 3 it would be `240` seconds.
1616

1717
### Example:
1818
<discord-messages>

0 commit comments

Comments
 (0)