Leave a channel.
void part(String channel, {String? reason}) { _alive(); command({'type': 'part', 'channel': channel, 'reason': reason}); }