Skip to content

Commit

Permalink
[BUGFIX] Handle regex
Browse files Browse the repository at this point in the history
  • Loading branch information
lolamtisch committed May 22, 2024
1 parent 2fbc2ae commit 696a7fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions presenceUpdater.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const regExpReplacement = {
'Amazon': '([a-z0-9-]+[.])*amazon([.][a-z]+)+[/]',
'eggsy.codes': 'eggsy[.]xyz',
'IDLIX': '(((tv([0-9]?))?(vip)?[.])?id(f)?lix(official)?[.][a-z]{2,6})',
}


Expand Down

0 comments on commit 696a7fd

Please sign in to comment.