diff options
Diffstat (limited to 'discordjs/src/index.mjs')
| -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 9a37a1f..b56d6cc 100644 --- a/discordjs/src/index.mjs +++ b/discordjs/src/index.mjs @@ -52,7 +52,7 @@ const messageAction = async (message) => { if (message.author.bot) return; counter += 1; - + console.log("counter is at", counter); let shouldReply = (counter >= 75 || specialChannels.includes(message.channelId) || message.guild == null); if (shouldReply) { |
