Code that will be called once during initialization of the command. This is a good time to retrieve settings from the database and cache them locally, if needs be, or run any initialization code that shouldn't run on every message later.
(_config: HashMap<String, String>)
| 126 | /// retrieve settings from the database and cache them locally, if needs be, or run any |
| 127 | /// initialization code that shouldn't run on every message later. |
| 128 | fn init(_config: HashMap<String, String>) {} |
| 129 | |
| 130 | /// Handle a message received in a room where the bot is present. |
| 131 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected