We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1a90d commit 657efbfCopy full SHA for 657efbf
packages/client-discord/src/messages.ts
@@ -592,7 +592,7 @@ export class MessageManager {
592
(Math.random() * 1800000 - 900000);
593
594
// Check if we should post
595
- if ((timeSinceLastMessage > this.autoPostConfig.inactivityThreshold || randomThreshold) &&
+ if ((timeSinceLastMessage > randomThreshold) &&
596
timeSinceLastAutoPost > (this.autoPostConfig.minTimeBetweenPosts || 0)) {
597
598
try {
0 commit comments