Listen to CHANNEL_UPDATE events and add on_channel_update

This commit is contained in:
Rapptz
2015-09-25 16:09:10 -04:00
parent 773fc0ad97
commit 120b9cd3b2
3 changed files with 17 additions and 0 deletions

View File

@ -86,6 +86,12 @@ All events are 'sandboxed', in that if an exception is thrown while the event is
:param channel: The :class:`Channel` that got added or deleted.
.. function:: on_channel_update(channel)
Called whenever a channel is updated. e.g. changed name, topic, permissions.
:param channel: The :class:`Channel` that got updated.
.. function:: on_member_join(member)
on_member_remove(member)