Add version information from missing PRs.
This commit is contained in:
parent
9f822a1e6d
commit
ceaba01776
@ -1602,7 +1602,7 @@ def cooldown(rate, per, type=BucketType.default):
|
|||||||
- ``BucketType.channel`` for a per-channel basis.
|
- ``BucketType.channel`` for a per-channel basis.
|
||||||
- ``BucketType.member`` for a per-member basis.
|
- ``BucketType.member`` for a per-member basis.
|
||||||
- ``BucketType.category`` for a per-category basis.
|
- ``BucketType.category`` for a per-category basis.
|
||||||
- ``BucketType.role`` for a per-role basis.
|
- ``BucketType.role`` for a per-role basis (added in v1.3.0).
|
||||||
|
|
||||||
If a cooldown is triggered, then :exc:`.CommandOnCooldown` is triggered in
|
If a cooldown is triggered, then :exc:`.CommandOnCooldown` is triggered in
|
||||||
:func:`.on_command_error` and the local error handler.
|
:func:`.on_command_error` and the local error handler.
|
||||||
|
@ -85,6 +85,9 @@ class RawBulkMessageDeleteEvent(_RawReprMixin):
|
|||||||
class RawMessageUpdateEvent(_RawReprMixin):
|
class RawMessageUpdateEvent(_RawReprMixin):
|
||||||
"""Represents the payload for a :func:`on_raw_message_edit` event.
|
"""Represents the payload for a :func:`on_raw_message_edit` event.
|
||||||
|
|
||||||
|
.. versionchanged:: 1.3.0
|
||||||
|
The ``channel_id`` attribute was added.
|
||||||
|
|
||||||
Attributes
|
Attributes
|
||||||
-----------
|
-----------
|
||||||
message_id: :class:`int`
|
message_id: :class:`int`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user