Map<String, dynamic> toJson() => { 'nick': nick, 'id': id, 'from_config': from_config, 'commands': commands.map((e) => e.toJson()).toList(), };