aboutsummaryrefslogtreecommitdiff
path: root/discord/game.py
Commit message (Expand)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
* handle Game.name being Nonekhazhyk2017-07-031-1/+1
* 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