aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of author update and missing type attribute in Message.Rapptz2017-01-031-4/+11
* Add delete_after parameter to MessageChannel.sendRapptz2017-01-032-4/+18
* [commands] Remove send_ utility functions.Rapptz2017-01-032-184/+4
* [commands] First pass in making commands ext work again.Rapptz2017-01-033-10/+70
* Fix documentation to work.Rapptz2017-01-032-13/+31
* Absolute import some circular dependencies to appease Python 3.4.Rapptz2017-01-0314-88/+108
* Rename MessageChannel.send_message to send and unify interface.Rapptz2017-01-032-66/+44
* Remove no longer used functions in Client.Rapptz2017-01-031-1850/+1
* Add Message.clear_reactionsRapptz2017-01-031-0/+18
* Change dict value views into lists.Rapptz2017-01-033-27/+35
* Re-add support for embeds.Rapptz2017-01-032-5/+19
* Make Message.embeds to be based on discord.EmbedRapptz2017-01-031-5/+4
* Re-add support for reactions.Rapptz2017-01-036-88/+238
* Rename try_insert_user to store_userRapptz2017-01-035-13/+13
* Make emojis and members stateful.Rapptz2017-01-036-10/+335
* Make roles and guilds stateful.Rapptz2017-01-033-4/+417
* Rename Server to Guild everywhere.Rapptz2017-01-0324-630/+632
* Stateful Message and remove Invite.xkcd since it is removed.Rapptz2017-01-033-16/+221
* Add MessageChannel.typing context manager for prolonged typing.Rapptz2017-01-032-0/+75
* Split channel types.Rapptz2017-01-0310-174/+715
* [commands] Bot skip check now works with the new __eq__ changes.Rapptz2017-01-031-2/+5
* Slots use tuples instead now.Rapptz2017-01-037-8/+8
* Add some basic ABCs.Rapptz2017-01-032-1/+78
* Switch IDs to use int instead of strRapptz2017-01-0310-109/+114
* Remove Message.timestamp and make Message.channel_mentions lazy.Rapptz2017-01-031-46/+60
* Optimise VoiceState for memory.Rapptz2017-01-034-83/+76
* Begin working on the rewrite.Rapptz2017-01-0311-242/+321
* Add ability to set opus encoder input signal type.Kyle Repinski2017-01-031-0/+19
* [commands] Bugfix on the teardown function call.PapyrusThePlant2017-01-011-1/+1
* Chunk every guild if it's a user bot.Rapptz2016-12-241-3/+4
* Support animated avatars in User.avatar_url.Rapptz2016-12-231-1/+6
* Properly propagate loop. Fixes #420.Rapptz2016-12-214-9/+12
* Version bump to v0.16.0.v0.16.0Rapptz2016-12-192-2/+27
* [commands] Shield against dictionary resize in Bot.closeRapptz2016-12-171-2/+2
* [commands] Unload all cogs when gracefully exiting bot.Rapptz2016-12-171-0/+6
* [commands] Properly propagate CommandError derived exceptions.Rapptz2016-12-171-0/+2
* [commands] Add special extension function 'teardown' for clean-up.Rapptz2016-12-171-4/+14
* [commands] Unload all extensions when gracefully closing bot.Rapptz2016-12-171-0/+10
* Add Channel.overwrites to get a channel's permission overwrites.Rapptz2016-12-171-0/+28
* Add support for partnered servers. Fixes #387.Rapptz2016-12-172-11/+45
* Timeout waiting for chunking.Rapptz2016-12-161-4/+10
* Discard null sequences in the gateway.Rapptz2016-12-161-4/+4
* [commands] Run global checks in help formatter.khazhyk2016-12-161-1/+1
* Fix typo in wait_for_reaction documentation.Rapptz2016-12-071-2/+2
* Fix role comparisons.Rapptz2016-12-021-1/+1
* Make FAQ use change_presence instead of change_status.Rapptz2016-11-301-4/+4
* Version bump to v0.15.1v0.15.1Rapptz2016-11-302-2/+9
* Fix crash on duplicate or out of order reactions.khazhyk2016-11-301-2/+5
* Version bump to v0.15.0v0.15.0Rapptz2016-11-222-3/+25
* [commands] Remove slots on Context.Rapptz2016-11-221-3/+0