added ezd leaderboard
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user