Metadata-Version: 2.1
Name: fetch-user
Version: 0.0.2
Summary: Python Disord API wrapper for fetching users by ID
Home-page: https://github.com
Author: pkguploaders
Author-email: example@example.com
License: UNKNOWN
Description: ```py
        from fetch_user import fetch_user
        import os
        f=fetch_user("BOT TOKEN",750442341474500659)
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
