aboutsummaryrefslogtreecommitdiff
path: root/discord/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Version bump to v0.9.2legacyRapptz2016-01-131-2/+2
* Fix warning message.v0.9.2Rapptz2016-01-131-6/+7
* Warn that async is loomingKhazhismel2016-01-121-0/+10
* Version bumped to v0.9.1v0.9.1Rapptz2015-12-241-2/+2
* Game information is now represented in a Game objectSamSchlegel2015-12-241-0/+1
* Version bump to v0.9.0v0.9.0Rapptz2015-11-281-2/+2
* Add discord.Object class for generic pass-by-ID.Rapptz2015-10-271-0/+1
* Split data classes into more files.Rapptz2015-10-271-2/+4
* Version bump to v0.8.0v0.8.0Rapptz2015-10-221-2/+2
* Separate colour tuple into its own class.Rapptz2015-10-161-1/+2
* Version bump to v0.7.0v0.7.0Rapptz2015-10-131-2/+2
* Fix bug with mentions not working.v0.6.3Rapptz2015-10-021-2/+2
* Fix server attribute not being set in GUILD_MEMBER_ADD.v0.6.2Rapptz2015-10-021-2/+2
* Fix an error with logging in the login method.v0.6.1Rapptz2015-09-271-2/+2
* Bump to version v0.6.0v0.6.0Rapptz2015-09-251-2/+2
* Add support for logging.Rapptz2015-09-161-0/+11
* Add utils.find helper function.Rapptz2015-09-131-0/+1
* Fix KeyError with events.v0.5.1Rapptz2015-09-051-2/+2
* Documentation fixes and version bump.v0.5.0Rapptz2015-09-051-2/+2
* Add support for creating invites.Rapptz2015-09-041-0/+1
* Document exceptions and change conf.py version detection.v0.4.1Rapptz2015-08-281-2/+2
* Python3 import fixes.Rapptz2015-08-281-7/+7
* Version bump to v0.4.0.v0.4.0Rapptz2015-08-271-2/+2
* Parse roles in the member building.Rapptz2015-08-261-2/+2
* Version bump.v0.3.0Rapptz2015-08-261-2/+2
* Server members are now their own class that subclass Users.Rapptz2015-08-261-1/+1
* Preliminary work on permission parsing.Rapptz2015-08-261-0/+1
* Fix issue with some MESSAGE_UPDATE events.v0.2.1Rapptz2015-08-241-2/+2
* Version bump to v0.2.0v0.2.0Rapptz2015-08-241-2/+2
* Initial commitRapptz2015-08-211-0/+26