Events¶
This page outlines the events that can be listened to by the mutiny.Client.
To register a function (event listener) that listens to an event, you can use the
@Client.listen() decorator or the Client.add_listener() method.
This page outlines the events that can be listened to by the mutiny.Client.
To register a function (event listener) that listens to an event, you can use the
@Client.listen() decorator or the Client.add_listener() method.