Skip to content

Commit 657efbf

Browse files
committed
fix
1 parent ba1a90d commit 657efbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client-discord/src/messages.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ export class MessageManager {
592592
(Math.random() * 1800000 - 900000);
593593

594594
// Check if we should post
595-
if ((timeSinceLastMessage > this.autoPostConfig.inactivityThreshold || randomThreshold) &&
595+
if ((timeSinceLastMessage > randomThreshold) &&
596596
timeSinceLastAutoPost > (this.autoPostConfig.minTimeBetweenPosts || 0)) {
597597

598598
try {

0 commit comments

Comments
 (0)