An asynchronous python API wrapper meant to replace discord.py

Discord API wrapper rebuild from scratch.
Links
Join the discord server: https://discord.gg/8WkYz3fNFm
The pypi package: https://pypi.org/project/Pincer/
Our website: https://pincer.dev
Installation
Use The following command to install Pincer into your python environment:
pip install pincerDidn’t work?
Depending on your python installation, you might need to use one of the following.
pip isn’t in the path but python ispython -m pip install pincer
Unix system can use pip3/python3 commandpython3 -m pip install pincerpip3 install pincer
python isn’t in the pathpath/to/python.exe -m pip install pincer
Using multiple python versionspy -m pip install pincer
License
© 2021 copyright Pincer
This repository is licensed under the MIT License. See LICENSE for details.
GitHub
GitHub – Pincer-org/Pincer: An asynchronous python API wrapper meant to replace discord.py
An asynchronous python API wrapper meant to replace discord.py –