added ezd leaderboard

This commit is contained in:
2026-07-12 01:13:09 +02:00
parent 4727434362
commit 57d3ca6929
2 changed files with 225 additions and 85 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ module.exports = {
};
const found = Object.entries(numbered).find(([stem]) =>
new RegExp(`\\b${stem}\\w*\\b`, "i").test(message.content)
new RegExp(`\\b\\w*${stem}\\w*\\b`, "i").test(message.content)
)?.[1];
if (!found) return;