Clear all messages (for /clear command)
(&mut self)
| 877 | |
| 878 | /// Clear all messages (for /clear command) |
| 879 | pub fn clear_messages(&mut self) { |
| 880 | self.messages.clear(); |
| 881 | } |
| 882 | |
| 883 | /// Get the current turn ID (if processing) |
| 884 | pub fn current_turn_id(&self) -> Option<&str> { |