Metadata-Version: 2.1
Name: Voltra.api
Version: 0.0.0
Summary: Voltra api but in python -_-
Home-page: UNKNOWN
Author: sldless
License: MIT
Description: # Voltra.api
        
        
        
        ## Exmaple
        ``` 
        from Voltra import VoltraClient
        
        volt = VoltraClient(token="SID token")
        #Functions
        volt.get_channel(channel_id)
        volt.get_user(user_id)
        await volt.join_guild(guild_id) //Not working atm
        ```
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
