don't count ebrain's dot command messages

This commit is contained in:
milo
2025-05-22 20:01:49 +02:00
parent 560cb5366d
commit d43f1fd6d0

View File

@@ -84,7 +84,7 @@ export function channelPointsHandler(msg) {
return
}
if (msg.content.length < 3) return
if (msg.content.length < 3 || msg.content.startsWith('.')) return
const now = Date.now();
const timestamps = messagesTimestamps.get(author.id) || [];