aboutsummaryrefslogtreecommitdiff
path: root/discord
Commit message (Expand)AuthorAgeFilesLines
* guild.py: change wording for create_role errornumbermaniac2019-03-241-1/+1
* Get cached message in reverse order for improved performance.Rapptz2019-03-231-1/+1
* [commands] Add Command.cooldown_after_parsing keyword argument.Rapptz2019-03-221-5/+17
* Add Guild.max_presences and Guild.max_membersNCPlayz2019-03-221-1/+7
* Fix documentation for Channel.last_messageCapn2019-03-221-1/+1
* Add back PartialEmoji.__hash__ that was deleted due to __eq__.Rapptz2019-03-201-0/+3
* [commands] Ensure handlers are copied even during update.Rapptz2019-03-201-12/+15
* Add TextChannel.last_message_id and TextChannel.last_messageRapptz2019-03-202-1/+48
* Add type checking to multi-file sendDice2019-03-201-0/+2
* Fix sending multiple filesDice2019-03-201-2/+1
* Try to consistently use "inherit" vs "derive" in documentation.Rapptz2019-03-195-15/+15
* [commands] Redesign extension exception flow.Rapptz2019-03-192-21/+115
* [commands] Add Bot.reload_extension for atomic loading.Rapptz2019-03-191-43/+106
* [commands] ColourConverter raises if value is out of rangeJoshua B2019-03-191-0/+2
* Some widget fixes.Rapptz2019-03-191-7/+15
* Add support for guild widgetNCPlayz2019-03-196-14/+333
* Expose MetadataNCPlayz2019-03-196-9/+255
* Organise documentationNCPlayz2019-03-1928-406/+404
* Take back ownership of files from aiohttp for retrying requests.Rapptz2019-03-184-22/+62
* Add on_disconnect event.Rapptz2019-03-181-0/+1
* [commands] Walk through MRO for Cog derived classes.Rapptz2019-03-171-23/+37
* Sorting bucket requires an integer.Rapptz2019-03-171-1/+1
* Fix typo in private property name.Rapptz2019-03-171-1/+1
* [commands] Make Bot.cogs and Bot.extensions read-only mappings.Rapptz2019-03-171-12/+23
* Add support for store channels.Rapptz2019-03-174-8/+146
* Fix NameError in Embed.to_dictRapptz2019-03-171-1/+1
* Fix embed to_dict timestamp handling for python 3.5Michael H2019-03-171-1/+4
* Fix pagination of huge command help messages (> ~2,000 chars)slice2019-03-161-2/+12
* Consider news channel type as a TextChannelJeremy "EndenDragon" Zhang2019-03-161-1/+1
* Fix documentation linking issue in Messageables and ContextRapptz2019-03-162-31/+31
* [commands] Rename it to Context.send_help for consistency.Rapptz2019-03-161-2/+2
* [commands] Add Context.show_help helper to use the HelpCommand set.Rapptz2019-03-161-0/+67
* [commands] Optimise GroupMixin.get_command for the no space case.Rapptz2019-03-161-0/+4
* [commands] Assign context inside HelpCommand.prepare_help_commandRapptz2019-03-161-3/+9
* [commands] Add HelpCommand.get_bot_mapping helper.Rapptz2019-03-161-5/+11
* [commands] Return result of send_group_help and send_command_helpRapptz2019-03-161-2/+2
* Change superclass to subclass in some documentationKaeptm Blaubaer2019-03-162-5/+5
* [commands] Add back dm_help tribool for the provided HelpCommandsRapptz2019-03-161-0/+42
* [commands] Add commands.Paginator.__len__Rapptz2019-03-161-0/+10
* Fix Embed.to_dict to work with TZ aware datetime objects.Rapptz2019-03-151-1/+1
* [commands] Redesign HelpFormatter into HelpCommandRapptz2019-03-155-476/+1189
* [commands] Add Cog.description to get the clean docstring.Rapptz2019-03-141-0/+9
* [commands] Add Cog.qualified_name to query the specified cog name.Rapptz2019-03-131-0/+5
* Support path-like objects in Attachment.save.Rapptz2019-03-131-5/+6
* Add support for reading guild descriptionsNadir Chowdhury2019-03-132-3/+10
* Fix importsNadir Chowdhury2019-03-131-4/+4
* [commands] Properly handle typing.Optional as last positional parameterHarmon2019-03-131-0/+2
* Add Embed.copy to do a copy on an embed object.Rapptz2019-03-131-0/+4
* Add Embed.__len__ to query total character size of an embed.Rapptz2019-03-131-0/+31
* Expose Embed.from_data as Embed.from_dictRapptz2019-03-133-3/+17