aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prevent AttributeError when closing HTTPClient early.Rapptz2019-03-021-1/+2
* Fix Signature for Greedy/Optional convertersMyst(MysterialPy)2019-03-021-1/+22
* Mock a ConnectionState object to fix wait=True errors in webhooks.Rapptz2019-03-021-6/+37
* Properly clean-up file objects when necessary instead of instantly.Rapptz2019-03-021-19/+25
* [commands] Fix name clash overwriting T.__class__.__name__Rapptz2019-02-281-2/+2
* [commands] Allow Converter instances in Greedy. Fix #1939.Rapptz2019-02-271-2/+2
* [commands] Error out when someone passes plain Cog.listener decorator.Rapptz2019-02-271-1/+5
* Fix typing for Channel.purge's limit kwarg.Steve C2019-02-271-1/+1
* Prepare fix for aiohttp 4.0 breaking change with session creation.Rapptz2019-02-271-1/+3
* Update Member.joined_at on MESSAGE_CREATE and document it can be None.Rapptz2019-02-272-3/+28
* [commands] Add support for stacking Cog.listener decorator.Rapptz2019-02-271-2/+7
* Fix Emoji.__hash__ being None.Rapptz2019-02-261-2/+4
* Add new cog methodsNCPlayz2019-02-261-9/+17
* Update Japanese .po files.Rapptz2019-02-244-192/+821
* [commands] Fix special method detection for regular function objects.Rapptz2019-02-241-3/+12
* [commands] Remove Bot.get_cog_commandsRapptz2019-02-231-25/+0
* [commands] Fix bug in behaviour in the cog inspection methods.Rapptz2019-02-232-6/+11
* Better jpeg detection in utils._get_mime_type_for_imageRapptz2019-02-231-1/+1
* Update copyright years.Rapptz2019-02-232-2/+2
* [commands] Update stale parent references in subcommands.Rapptz2019-02-231-0/+14
* [commands] Fix issue with decorator order with checks and cooldownsRapptz2019-02-232-0/+9
* [commands] Fix bug with cog bot check once not being unloaded properly.Rapptz2019-02-231-1/+1
* [commands] Fix attribute access in cogs to commands.Rapptz2019-02-231-0/+4
* [commands] Fix bug with local checks and cooldowns not applying.Rapptz2019-02-231-2/+0
* [commands] Copy on_error handlers in Command.copyRapptz2019-02-231-0/+4
* [commands] Pass over kwargs to `type.__new__`Rapptz2019-02-231-1/+1
* Document listener changes in the migrating docs.Rapptz2019-02-231-0/+6
* Rework entire cog system and partially document it and extensions.Rapptz2019-02-2314-184/+776
* [commands] Fix up wording on HelpFormatter.get_ending_noteRapptz2019-02-181-1/+1
* [commands] add document comment to HelpFormatter.get_ending_notecod2019-02-191-0/+1
* Translated ext.commands.HelpFormatter class.cod2019-02-191-4/+41
* Update Japanese .po filesRapptz2019-02-185-2975/+3668
* Add self_video property to VoiceStateDerpyChap2019-02-181-2/+5
* Log unknown channel warning in WEBHOOK_UPDATECraftSpider2019-02-181-2/+3
* Add guild_integrations_update eventCraftSpider2019-02-182-0/+13
* Manually calculate millisceond epoch rather than bitshiftingslice2019-02-151-4/+6
* Fix system_content returning incorrect join messagesslice2019-02-151-4/+6
* Add `remove()` to ReactionMyst(MysterialPy)2019-02-141-0/+28
* [commands] Add more i18n properties for HelpFormattercod2019-02-141-3/+12
* Fix missing importsRapptz2019-02-121-1/+3
* Expose more information from partial invites, along with counts.Rapptz2019-02-126-27/+187
* Bump aiohttp requirement and fix AsyncWebhookAdapterBryan Forbes2019-02-122-2/+2
* Fix documentation typo in CategoryChannelPedro Cunha2019-02-121-1/+1
* Add PremiumType enumeration and ClientUser.premium_typeLiam H2019-02-122-3/+11
* Change Activity.application_id from `str` to `int`.BluePhoenixGame2019-02-121-2/+3
* Fix missing import.Rapptz2019-02-061-2/+2
* Try to optimize for the common ASCII case.Rapptz2019-02-061-3/+10
* [commands] Fix ext.commands help page full-width indentationcod2019-02-062-3/+13
* Clarified add_listener documentationSkyweb2019-02-061-2/+2
* Use non-deprecated method of acquiring lockToby Harradine2019-02-061-1/+1