diff options
author | FinalKirb <102023679+FinalKirb@users.noreply.github.com> | 2025-02-25 23:40:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-25 19:40:34 -0300 |
commit | 81aa31bd877784b9c1ff117fd0874484988e0f1c (patch) | |
tree | f5261433753c12dd7e4989716c28e106eda8954e | |
parent | d95b08202d202a6a572d600782118fe3b000b602 (diff) |
Add PokeMMO as hard, fix spelling errors (#2423)
* Add PokeMMO as hard
* Modify payback.de, points.com
---------
Co-authored-by: FinalKirb <kirb@finalkirb.com>
-rw-r--r-- | _data/sites.json | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/_data/sites.json b/_data/sites.json index e0d52daf..ea94e4f1 100644 --- a/_data/sites.json +++ b/_data/sites.json @@ -17138,7 +17138,7 @@ "name": "Payback", "url": "https://www.payback.de/info/mein-payback/kontakt", "difficulty": "hard", - "notes": "According to their help page, you need to contanct their Service-Center", + "notes": "According to their help page, you need to contact their Service-Center", "domains": [ "payback.de" ] @@ -17930,7 +17930,7 @@ "name": "Points.com", "url": "https://www.points.com/pdccontent/salesforce/", "difficulty": "hard", - "notes": "Must contact support through Contanct form or online chat.", + "notes": "Must contact support through contact form or online chat.", "notes_tr": "İletişim formu veya çevrim içi sohbet yoluyla destek ile iletişime geçmelisiniz.", "notes_fr": "Il faut contacter le support via le formulaire de contact ou le tchat en ligne.", "domains": [ @@ -17939,6 +17939,16 @@ }, { + "name": "PokeMMO", + "url": "https://support.pokemmo.com/knowledgebase/article/account-deletion", + "difficulty": "hard", + "notes": "On their Support page, log in and create a new ticket with Ticket Type 'Support Requests' and Sub Type 'Account Deletion' to request account deletion.", + "domains": [ + "pokemmo.com" + ] + }, + + { "name": "Pokémon GO", "url": "https://niantic.helpshift.com/hc/en/6-pokemon-go/faq/3518-how-do-i-delete-my-pokemon-go-account-1656453288/", "difficulty": "easy", |