An API Wrapper For Discord - Version 1.0.0
Oxicord is an API Wrapper For disord Using Python . This is created for developers to use and understand such commands
Oxicord is an open source API Wrapper created by Oxy
-
git clone https://github.com/oxy-Op/oxicord.git
or -
pip install git+https://github.com/oxy-Op/oxicord.git
or -
pip install oxicord
or -
Download zip
import oxicord
from oxicord import user
client = oxicord.Client("token")
def getMe():
return user().getMyInfo()
getMe()