aboutsummaryrefslogtreecommitdiff
path: root/discord/game.py
Commit message (Collapse)AuthorAgeFilesLines
* 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