aboutsummaryrefslogtreecommitdiff
path: root/discord/activity.py
Commit message (Collapse)AuthorAgeFilesLines
* Split Game object to separate Activity subtypes for Rich Presences.Rapptz2018-03-051-0/+565
This is a massive breaking change. * All references to "game" have been renamed to "activity" * Activity objects contain a majority of the rich presence information * Game and Streaming are subtypes for memory optimisation purposes for the more common cases. * Introduce a more specialised read-only type, Spotify, for the official Spotify integration to make it easier to use.