v0.3-beta
- Added
guilds.members.readsupport - Added
refresh_token(), the ability to refresh an access token. - Removed
gdm.joinas it is no longer supported by discord exchange_code()now returns aaccess_tokenobject. (this will break all code using an older version)
Access tokens have three properties:
access:token_instanceobject (exchange_code()used to return atoken_instanceobject)expires: how many seconds untilaccesswill expire.refresh_token: this can be used withrefresh_token()onceaccesshas expired