aboutsummaryrefslogtreecommitdiff
path: root/discord
Commit message (Expand)AuthorAgeFilesLines
* [lint] Fix import orderHornwitser2018-11-2419-70/+83
* [commands] Remove duplicated quote entriesHornwitser2018-11-241-2/+0
* [lint] Do log formating lazilyHornwitser2018-11-242-4/+4
* [lint] Simplyfy util.valid_icon_sizeHornwitser2018-11-241-1/+1
* [lint] Remove redundant paranthesisHornwitser2018-11-248-15/+15
* [lint] Replace equality comparisons to singletonsHornwitser2018-11-243-11/+11
* [lint] Rename exception variables to excHornwitser2018-11-2410-66/+66
* [lint] Remove redundant exception variablesHornwitser2018-11-245-16/+13
* [lint] Limit unneccessarily broad except clausesHornwitser2018-11-2411-19/+19
* Revert "Rework documentation to not duplicate inherited members."Rapptz2018-10-114-28/+2
* [commands] Add call_once keyword-only parameter for Bot.remove_checkRapptz2018-10-111-7/+8
* Add Guild.splash_url_asMatt (IPv4)2018-10-112-7/+38
* Remove outdated note about bot accounts.MusicOnline2018-10-111-2/+0
* Fix up Guild.create_custom_emoji docstring.Rapptz2018-10-031-1/+1
* Rework documentation to not duplicate inherited members.Rapptz2018-10-034-2/+28
* Add note regarding MORE_EMOJI in Guild.create_custom_emojiMusicOnline2018-10-031-1/+2
* Correct Guild.create_custom_emoji documentationMusicOnline2018-10-021-2/+2
* Add support for AuditLogDiff.slowmode_delay.Rapptz2018-09-251-0/+1
* [commands] Fix NameError in clean_content converterRapptz2018-09-251-1/+1
* Don't try to close shards if there are none yet.Gorialis2018-09-261-1/+3
* Fix NameError and duplicate insertion bug when moving roles.Rapptz2018-09-241-1/+1
* Optimise tight loops in DiscordGateway.received_messageRapptz2018-09-244-44/+53
* Optimise some member and user related routines.Rapptz2018-09-243-5/+33
* Change internal representation of roles in Member and Emoji.Rapptz2018-09-245-21/+67
* Change internal role storage in Guild to a dict instead of a list.Rapptz2018-09-248-46/+54
* Take the default role property into account when comparing roles.Rapptz2018-09-241-0/+6
* [commands] Fix up Greedy documentation a bit.Rapptz2018-09-241-2/+2
* [commands] Add commands.Greedy converter and documentation.Rapptz2018-09-242-2/+79
* [commands] Allow for backtracking parsing with typing.OptionalRapptz2018-09-231-0/+10
* [commands] Properly parse bool when inside a typing.Unionzephyrkul2018-09-201-3/+3
* Correct note note about editing emoji in Guild.create_custom_emoji.Vexs2018-09-201-2/+0
* Correct ClientException message raised in invocation hooks.MusicOnline2018-09-202-4/+4
* Add colour attribute for BaseUserMusicOnline2018-09-161-0/+12
* Fix webhook_update from code reviewJeremy Zhang2018-09-151-2/+3
* Simple parser for WEBHOOKS_UPDATEJeremy Zhang2018-09-151-0/+4
* Fix up the Sphinx strings causing warnings.Rapptz2018-09-158-18/+18
* Add support for Discord's slow mode.Rapptz2018-09-143-8/+24
* Removed inaccurate note on emoji.pyTarek13372018-09-141-2/+0
* Change docstrings to raw-stringsBeatButton2018-09-1414-29/+29
* Fix PartialEmoji._as_reaction() for emojis the bot can't seeCarl Groth2018-08-301-1/+1
* [commands] Prepend mention prefixes in commands.when_mentioned_orzephyrkul2018-08-281-1/+1
* Call Http.start_group() in ClientUser.create_group()Bryan Forbes2018-08-281-1/+1
* Ensure large guilds are properly appended to the ready state guild listBryan Forbes2018-08-281-1/+1
* Fix CallMessage.duration calculationBryan Forbes2018-08-281-2/+2
* Remove Reaction.users "Python 3.4 usage" sectionHornwitser2018-08-281-11/+0
* Fix behavior of reaction type-conversionBryan Forbes2018-08-251-1/+2
* Fix latency being able to be negativeorlnub1232018-08-241-6/+9
* Correct Member.__hash__Mitchell Ferree2018-08-231-1/+1
* Fix send_as_json not dispatching socket_raw_sendorlnub1232018-08-231-1/+1
* Fix typo in core.Command docstringSilicalNZ2018-08-241-1/+1