aboutsummaryrefslogtreecommitdiff
path: root/discord
Commit message (Expand)AuthorAgeFilesLines
* [tasks] Reset iteration count when loop terminates.Rapptz2019-05-121-0/+1
* Change version to v1.2.0a for development purposes.Rapptz2019-05-111-2/+2
* [commands] Explicitly assign invoked_subcommand to None before invokingRapptz2019-05-111-0/+2
* Version bump to v1.1.1v1.1.1Rapptz2019-05-111-2/+2
* Add back signal handling to Client.runRapptz2019-05-111-2/+16
* Don't overwrite data parameter in webhooks.Rapptz2019-05-101-15/+15
* Version bump to v1.1.0v1.1.0Rapptz2019-05-101-2/+2
* Fix typo in Loop.restart documentationSteve C2019-05-101-1/+1
* [tasks] Add Loop.restartRapptz2019-05-101-1/+28
* [commands] MinimalHelpCommand: add cog descriptionBenjamin Mintz2019-05-091-0/+3
* Tightended the constraints of Spotify.__eq__.Dante Dam2019-05-091-1/+2
* Add cached_message to on_raw_message_edit eventVexs2019-05-092-3/+9
* Mention what can be done during initialisation in embeds.Rapptz2019-05-071-3/+6
* [commands] Better note for Command.invokeRapptz2019-05-051-6/+11
* Add log line to show if we disconnected normally.Rapptz2019-05-011-0/+1
* [tasks] Add way to query cancellation state for Loop.after_loopRapptz2019-04-301-8/+20
* Add support for voice kicking.Rapptz2019-04-301-5/+13
* [commands] Fix MessageConverter not inheriting from ConverterRapptz2019-04-291-1/+1
* [tasks] Remove support for awaitables due to gotchas.Rapptz2019-04-291-17/+17
* Proper location of versionaddedRapptz2019-04-291-2/+2
* Fixed a typo in GuildChannel.overwrites docstringDevilXD2019-04-291-1/+1
* Fixed TextChannel edit method missing slowmode unitDevilXD2019-04-292-4/+4
* Add read method to attachment objectsVexs2019-04-291-2/+37
* [commands] Fix Context.send_help to work with the copied HelpCommandRapptz2019-04-291-0/+2
* [commands] Copy HelpCommand instances to prevent race conditions.Rapptz2019-04-291-29/+52
* Fix USER_UPDATE changes not triggering for member instances.Rapptz2019-04-282-19/+31
* Rewrite loop cleanup code (again...) and remove signal handling.Rapptz2019-04-261-66/+27
* Use a regular boolean instead of asyncio.Event for close status.Rapptz2019-04-252-6/+6
* [commands] Allow passing `current` to more cooldown mapping methods.Rapptz2019-04-242-5/+9
* Add Asset.read() to retrieve assets into bytes objectsslice2019-04-201-22/+40
* [commands] Allow passing of a message to NoPrivateMessage again.Rapptz2019-04-202-4/+5
* [commands] DM channels are NSFW in commands.is_nsfw check.Rapptz2019-04-201-2/+3
* Consistent use of __all__ to prevent merge conflicts.Rapptz2019-04-2012-36/+130
* [commands] Clean docstrings in Command.parents and Command.root_parentRapptz2019-04-201-7/+3
* [commands] Consistently mention inheritance of exceptions.Rapptz2019-04-201-12/+45
* [commands] Add Command.parentsVexs2019-04-201-8/+22
* [commands] Add custom exception classes for built-in checksVexs2019-04-202-47/+217
* Make Message.ack an actual coroutine function.Rapptz2019-04-201-2/+2
* Add currently undocumented premium_tier field.Rapptz2019-04-201-1/+2
* Explicit namespacing in the PermissionOverwrite example.Rapptz2019-04-191-1/+1
* [commands] Missing an extra ] in the documented return type.Rapptz2019-04-191-1/+1
* [commands] Allow passing cls to the commands.group decoratorVexs2019-04-191-3/+8
* Add reason to TextChannel.create_webhookRapptz2019-04-182-4/+10
* Add abc.GuildChannel.clone to clone a channel with another name.Rapptz2019-04-182-0/+71
* Add note about overriding Client.close vs Client.logoutRapptz2019-04-181-0/+6
* Add versionchanged to Message.deleteRapptz2019-04-181-0/+3
* [commands] Update default on_command_errorsirtezza4512019-04-181-2/+1
* Add delay kwarg to message.delete()Vexs2019-04-182-17/+20
* Add support for <:name:id> format for adding reactionsVexs2019-04-171-1/+3
* add read-only cached_messages property to Clientkhazhyk2019-04-172-0/+35