You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Instantiate the class with a name for the bot as parameter
13
+
- Instantiate the class with a `name` for the bot as parameter.
14
+
- Two additional options the class takes as parameters are `announce` to define the announce interval in seconds (defaults to `360`) and an `announce_immediately` boolean to define whether the bot should announce itself immediately after instantiation or not (defaults to `False`)
14
15
- Use the `received` decorator to define functions for parsing received messages
15
16
- Use the `<instance>.send(recipient_hash, message)` or `msg.reply(message)` methods to send messages
0 commit comments