Skip to content

Commit

Permalink
Merge pull request #1870 from sherlock-project/fix-fp
Browse files Browse the repository at this point in the history
closes #1836
  • Loading branch information
sdushantha committed Aug 29, 2023
2 parents db60883 + 70dcad8 commit cf171c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1913,7 +1913,7 @@
"Telegram": {
"errorMsg": "<meta property=\"og:description\" content=\"\">",
"errorType": "message",
"regexCheck": "^[a-zA-Z0-9_]{5,32}$",
"regexCheck": "^[a-zA-Z0-9_]{5,32}[^_]$",
"url": "https://t.me/{}",
"urlMain": "https://t.me/",
"username_claimed": "roopeshvs"
Expand Down

1 comment on commit cf171c7

@hibo2006
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

username_claimed": "roopeshvs"

Please sign in to comment.