aboutsummaryrefslogtreecommitdiff
path: root/discord/game.py
Commit message (Collapse)AuthorAgeFilesLines
* Split Game object to separate Activity subtypes for Rich Presences.Rapptz2018-03-051-87/+0
| | | | | | | | | | | 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.
* Add intersphinxTobotimus2018-01-061-3/+3
|
* Game objects are really dumb.Rapptz2017-08-211-4/+4
|
* Consume remaining keyword arguments in Game constructor.Rapptz2017-08-191-1/+1
|
* Add default type for Game.Rapptz2017-08-161-7/+7
| | | | Good meme.
* handle Game.name being Nonekhazhyk2017-07-031-1/+1
| | | | | | | | | re #221, Game.name can still be None, which will cause TypeError on str(game). Currently discord does not treat these weird statuses uniformly, with it showing as playing a game on mobile, but not playing a game on desktop. It may be useful to know users are in this weird state.
* Make supported operations stand out more than attributes.Rapptz2017-05-201-8/+10
|
* Use describe instead of tables for supported operations.Rapptz2017-05-131-13/+15
|
* Update copyright year to 2017.Rapptz2017-01-201-1/+1
|
* Add useful repr to all data classes.Rapptz2017-01-031-0/+3
|
* Slots use tuples instead now.Rapptz2017-01-031-1/+1
|
* Add Game.type and Game.url attributes to change streaming status.Rapptz2016-05-061-1/+16
|
* Update license of files to 2016.Rapptz2016-01-041-1/+1
|
* Add game data class, replace game_id.Khazhismel2015-12-231-0/+65