Skip to content

Commit

Permalink
Rename RecNet platform to HeadlessBot
Browse files Browse the repository at this point in the history
  • Loading branch information
Jegarde committed May 28, 2024
1 parent 6b52ce9 commit 030b8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recnetpy/dataclasses/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from ..rest import Response


PLATFORM_LIST: List[str] = ['Steam', 'Meta', 'PlayStation', 'Xbox', 'RecNet', 'iOS', 'Android', 'Standalone', 'Pico']
PLATFORM_LIST: List[str] = ['Steam', 'Meta', 'PlayStation', 'Xbox', 'HeadlessBot', 'iOS', 'Android', 'Standalone', 'Pico']
PERSONAL_PRONOUNS_LIST: List[str] = ['She / her', 'He / him', 'They / them', 'Ze / hir', 'Ze / zir', 'Xe / xem']
IDENTITY_FLAGS_LIST: List[str] = ['LGBTQIA', 'Transgender', 'Bisexual', 'Lesbian', 'Pansexual', 'Asexual', 'Intersex', 'Genderqueer', 'Nonbinary', 'Aromantic']

Expand Down

0 comments on commit 030b8bc

Please sign in to comment.