Simple parser for WEBHOOKS_UPDATE

This commit is contained in:
Jeremy Zhang
2018-07-09 05:29:02 +00:00
committed by Rapptz
parent 51a03d96e0
commit 17f9916b03
2 changed files with 10 additions and 0 deletions

View File

@ -380,6 +380,12 @@ to handle it, which defaults to print a traceback and ignoring the exception.
:param last_pin: A ``datetime.datetime`` object representing when the latest message
was pinned or ``None`` if there are no pins.
.. function:: on_webhooks_update(channel)
Called whenever a webhook is created, modified, or removed from a guild channel.
:param channel: The :class:`abc.GuildChannel` that had it's webhooks updated.
.. function:: on_member_join(member)
on_member_remove(member)