We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e4d3d0 + 6162c7b commit cabe5d3Copy full SHA for cabe5d3
src/modules/rep.ts
@@ -19,7 +19,7 @@ export class RepModule extends Module {
19
20
MAX_REP = 3;
21
22
- THANKS_REGEX = /\b(?:thanks|thx|cheers|thanx|thnks|ty|tysm|tks|tkx)\b/i;
+ THANKS_REGEX = /\b(?:thank|thanks|thx|cheers|thanx|thnks|ty|tysm|tks|tkx)\b/i;
23
24
async getOrMakeUser(user: User) {
25
let ru = await RepUser.findOne(
0 commit comments