Rapptz
a54f656e04
Version bump to v1.1.0
6 years ago
Rapptz
f8cc64ca7e
Add changelog for v1.1.0
6 years ago
Steve C
8f111c521c
Fix typo in Loop.restart documentation
6 years ago
Rapptz
47808a7e96
[tasks] Add Loop.restart
This implementation waits until the task is done before starting it
again.
Closes #2075
6 years ago
Rapptz
d51f4c2b81
Minor nits in Discord Converters section of the docs.
6 years ago
Benjamin Mintz
0a0c43321b
[commands] MinimalHelpCommand: add cog description
6 years ago
Dante Dam
01588fa34b
Tightended the constraints of Spotify.__eq__.
6 years ago
NCPlayz
25d9337481
Document remaining public enums.
- UserContentFilter
- FriendFlags
- PremiumType
- Theme
UserFlags is not documented as though it is only used internally.
6 years ago
Vexs
82a39eb148
Add cached_message to on_raw_message_edit event
Also add documentation for this behavior
6 years ago
Rapptz
792b31833a
Mention what can be done during initialisation in embeds.
6 years ago
Rapptz
bdea50e1db
[commands] Better note for Command.invoke
6 years ago
Rapptz
41dee3f401
Translation sync with Crowdin
6 years ago
Rapptz
446b79241c
Actually use multiple checks in the examples for checks.
6 years ago
Rapptz
abb9c067cc
Add log line to show if we disconnected normally.
6 years ago
Rapptz
91e00d8426
[tasks] Add way to query cancellation state for Loop.after_loop
Fixes #2121
6 years ago
Rapptz
4dee175d2a
Add support for voice kicking.
6 years ago
Rapptz
40cac30da1
[commands] Fix MessageConverter not inheriting from Converter
Closes #2126
6 years ago
Rapptz
55e3e242ff
[tasks] Remove support for awaitables due to gotchas.
Fixes #2079
6 years ago
Rapptz
cef8677c68
Proper location of versionadded
6 years ago
DevilXD
0dcbdda974
Fixed a typo in GuildChannel.overwrites docstring
6 years ago
DevilXD
b8e45afe9a
Fixed TextChannel edit method missing slowmode unit
6 years ago
Tarek1337
7675dd03ca
Added missing get_role method to the faq.
6 years ago
Vexs
7dfaa5e9ae
Add read method to attachment objects
Refactor save to use new read method
6 years ago
Rapptz
05d4f7f962
[commands] Fix Context.send_help to work with the copied HelpCommand
6 years ago
Rapptz
ad5beed8dd
[commands] Copy HelpCommand instances to prevent race conditions.
Fixes #2123
Slight breaking change if someone had an expectation that no copies
were made behind the scene (which is sensible), however writing code
that relies on this expectation is probably buggy anyway.
6 years ago
Rapptz
f9e95a35f9
Fix USER_UPDATE changes not triggering for member instances.
Also add a ClientUser.locale attribute.
6 years ago
Rapptz
de6240f1e7
Rewrite loop cleanup code (again...) and remove signal handling.
This should hopefully be the last time I touch this.
6 years ago
Rapptz
439dd24056
voice room → voice channel in event documentation
6 years ago
Rapptz
186d9a7f9c
Use a regular boolean instead of asyncio.Event for close status.
6 years ago
Rapptz
6dcd68b8d7
[commands] Allow passing `current` to more cooldown mapping methods.
Also adds a CooldownMapping.update_rate_limit helper function.
6 years ago
slice
d80d4145b1
Add Asset.read() to retrieve assets into bytes objects
6 years ago
Rapptz
5a7b5cd14b
[commands] Allow passing of a message to NoPrivateMessage again.
Prevents an accidental breaking change.
6 years ago
Rapptz
188bd4e708
[commands] DM channels are NSFW in commands.is_nsfw check.
6 years ago
Rapptz
919dbcafb3
Consistent use of __all__ to prevent merge conflicts.
6 years ago
Rapptz
c6410ea9ab
[commands] Clean docstrings in Command.parents and Command.root_parent
6 years ago
Rapptz
6620fcc038
[commands] Consistently mention inheritance of exceptions.
6 years ago
Vexs
bbf9a42f87
[commands] Add Command.parents
Make command.root_parent use new command.parents property
6 years ago
Vexs
bb3ebc0ebc
[commands] Add custom exception classes for built-in checks
Added:
* MissingRole
* BotMissingRole
* MissingAnyRole
* BotMissingAnyRole
6 years ago
Rapptz
746e20a826
Make Message.ack an actual coroutine function.
6 years ago
Rapptz
30d87ca557
Add currently undocumented premium_tier field.
Needs more testing to find out what it is.
6 years ago
Rapptz
390bce6033
Explicit namespacing in the PermissionOverwrite example.
Apparently some people get confused by this.
6 years ago
Rapptz
4ca934eb22
[commands] Missing an extra ] in the documented return type.
6 years ago
Vexs
dd84773f45
[commands] Allow passing cls to the commands.group decorator
6 years ago
Rapptz
eb4de55f6d
Add reason to TextChannel.create_webhook
The reason parameter does not work with webhook deletes or edits so
they're not added. Probably a Discord bug.
6 years ago
Rapptz
f5c38c3559
Add abc.GuildChannel.clone to clone a channel with another name.
Fixes #2093
6 years ago
Rapptz
ceb154718d
Add note about overriding Client.close vs Client.logout
6 years ago
Rapptz
c3bad4eeab
Make context documentation in migration a bit more clear.
6 years ago
Rapptz
a7f3300821
Add versionchanged to Message.delete
6 years ago
sirtezza451
dbe946a767
[commands] Update default on_command_error
6 years ago
Vexs
0f48b78987
Add delay kwarg to message.delete()
Refactor delete_after kwargs to use new delay kwarg
6 years ago