Skip to content

Commit

Permalink
Make it even faster
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Apr 1, 2024
1 parent 42734e2 commit cbace9b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class CoinFlipBetBugCommand(val loritta: LorittaBot) : SlashCommandDeclarationWr
)
}

delay(5_000)
delay(2_000)

context.reply(true) {
styled(
Expand Down Expand Up @@ -141,7 +141,7 @@ class CoinFlipBetBugCommand(val loritta: LorittaBot) : SlashCommandDeclarationWr
)
}

delay(5_000)
delay(3_000)

context.reply(true) {
styled(
Expand All @@ -165,7 +165,7 @@ class CoinFlipBetBugCommand(val loritta: LorittaBot) : SlashCommandDeclarationWr
)
}

delay(10_000)
delay(7_000)

context.reply(true) {
styled(
Expand Down Expand Up @@ -249,7 +249,7 @@ class CoinFlipBetBugCommand(val loritta: LorittaBot) : SlashCommandDeclarationWr
)
}

delay(10_000)
delay(7_000)

context.reply(true) {
styled(
Expand Down

0 comments on commit cbace9b

Please sign in to comment.