• @pivot_root
      link
      207 months ago

      EGS? Oh, no. We don’t do that here. We’re more along the lines of:

    • @AeonFelis
      link
      English
      56 months ago
      if date.today() - RELEASE_DATE > timedelta(days=90):
          try:
              game.prompt_user_to_connect_3rd_party_account()
          except PlayerRefusal:
              sys.exit(0)