diff --git a/src/modules/rep.ts b/src/modules/rep.ts index eb7ba4fe..61456594 100644 --- a/src/modules/rep.ts +++ b/src/modules/rep.ts @@ -19,7 +19,7 @@ export class RepModule extends Module { MAX_REP = 3; - 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; async getOrMakeUser(user: User) { let ru = await RepUser.findOne(