diff options
| author | Max Charrier <max@puffer.fish> | 2024-11-01 17:10:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-01 17:10:17 +0100 |
| commit | 7a353c0cb0808908456af5d79fd9909a1257e9f1 (patch) | |
| tree | fef845fa026e54dccb5bd0429387b55d9ff582b4 | |
| parent | 73a4962b56a59c993f718241279e0f50026b5480 (diff) | |
increase autocomplete counter
| -rw-r--r-- | discordjs/src/index.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discordjs/src/index.mjs b/discordjs/src/index.mjs index 97a49fa..da33d32 100644 --- a/discordjs/src/index.mjs +++ b/discordjs/src/index.mjs @@ -58,7 +58,7 @@ const messageAction = async (message) => { counter += 1; console.log("counter is at", counter); - let shouldReplyByCounter = counter >= 50; + let shouldReplyByCounter = counter >= 60; let shouldReply = (shouldReplyByCounter || specialChannels.includes(message.channelId) || message.guild == null); if (shouldReply) { |
